Browse Source

fmt: gofmt

jamesread 3 years ago
parent
commit
f48e7dac83
1 changed files with 1 additions and 1 deletions
  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()