]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/infrastructure/powerbot/bot.go
gofmt
[xonotic/xonotic.git] / 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 {