From 93d123b42262bebe2db7dbccc9255cfcaed2f324 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 30 Sep 2023 12:52:24 +0200 Subject: [PATCH] gofmt --- misc/infrastructure/powerbot/bot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/infrastructure/powerbot/bot.go b/misc/infrastructure/powerbot/bot.go index 1369482f..f303b0be 100644 --- a/misc/infrastructure/powerbot/bot.go +++ b/misc/infrastructure/powerbot/bot.go @@ -15,7 +15,7 @@ import ( const ( syncInterval = time.Minute - syncForceFrequency = 7 * 24 * time.Hour /syncInterval + syncForceFrequency = 7 * 24 * time.Hour / syncInterval ) type Config struct { -- 2.39.2