Run gofumpt

This commit is contained in:
2026-03-30 16:49:27 +02:00
parent b734c1a92a
commit 641dc0e3b8
5 changed files with 17 additions and 17 deletions

View File

@@ -100,7 +100,6 @@ func Checkpointing(wg *sync.WaitGroup, ctx context.Context) {
ms := GetMemoryStore()
wg.Go(func() {
d := 12 * time.Hour // default checkpoint interval
if Keys.CheckpointInterval != "" {
parsed, err := time.ParseDuration(Keys.CheckpointInterval)