]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
gofmt
authorRudolf Polzer <divVerent@gmail.com>
Sat, 30 Sep 2023 10:52:24 +0000 (12:52 +0200)
committerRudolf Polzer <divVerent@gmail.com>
Sat, 30 Sep 2023 10:52:24 +0000 (12:52 +0200)
misc/infrastructure/powerbot/bot.go

index 1369482f4ec8cb2b923b188cde5356a2541b3254..f303b0be635e183c3da6cc850cbde67d174e03ed 100644 (file)
@@ -15,7 +15,7 @@ import (
 
 const (
        syncInterval       = time.Minute
-       syncForceFrequency = 7 * 24 * time.Hour /syncInterval
+       syncForceFrequency = 7 * 24 * time.Hour / syncInterval
 )
 
 type Config struct {