From f48e7dac836006c5ba9db2529c1d2f4eaad75dcd Mon Sep 17 00:00:00 2001 From: jamesread Date: Sun, 13 Nov 2022 07:54:50 +0000 Subject: [PATCH] fmt: gofmt --- internal/updatecheck/updateCheck.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/updatecheck/updateCheck.go b/internal/updatecheck/updateCheck.go index 43cb9d88..f32d870e 100644 --- a/internal/updatecheck/updateCheck.go +++ b/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()