fmt: gofmt
This commit is contained in:
parent
21b33086ae
commit
f48e7dac83
|
|
@ -99,7 +99,7 @@ func StartUpdateChecker(currentVersion string, currentCommit string, cfg *config
|
||||||
s.AddFunc("@every 100h", func() {
|
s.AddFunc("@every 100h", func() {
|
||||||
actualCheckForUpdate(payload)
|
actualCheckForUpdate(payload)
|
||||||
})
|
})
|
||||||
|
|
||||||
go actualCheckForUpdate(payload) // On startup
|
go actualCheckForUpdate(payload) // On startup
|
||||||
|
|
||||||
go s.Start()
|
go s.Start()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue