From: Rudolf Polzer Date: Sat, 30 Sep 2023 10:52:24 +0000 (+0200) Subject: gofmt X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=93d123b42262bebe2db7dbccc9255cfcaed2f324;p=xonotic%2Fxonotic.git gofmt --- 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 {