fmt: gofmt

This commit is contained in:
jamesread 2022-11-13 07:54:50 +00:00
parent 21b33086ae
commit f48e7dac83
1 changed files with 1 additions and 1 deletions

View File

@ -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()