jamesread %!s(int64=3) %!d(string=hai) anos
pai
achega
f48e7dac83
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      internal/updatecheck/updateCheck.go

+ 1 - 1
internal/updatecheck/updateCheck.go

@@ -99,7 +99,7 @@ func StartUpdateChecker(currentVersion string, currentCommit string, cfg *config
 	s.AddFunc("@every 100h", func() {
 		actualCheckForUpdate(payload)
 	})
-	
+
 	go actualCheckForUpdate(payload) // On startup
 
 	go s.Start()