jamesread 3 anni fa
parent
commit
f48e7dac83
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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()