From 6b8576cbc0ed4a108c61eb4c8d28c70346bac721 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Thu, 20 Mar 2025 17:20:44 +0100 Subject: [PATCH] core/filtermaps: gofmt --- core/filtermaps/filtermaps.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/filtermaps/filtermaps.go b/core/filtermaps/filtermaps.go index 5f7296914e..70481b7c8c 100644 --- a/core/filtermaps/filtermaps.go +++ b/core/filtermaps/filtermaps.go @@ -364,7 +364,7 @@ func (f *FilterMaps) safeDeleteRange(removeFn func(ethdb.KeyValueRangeDeleter) e default: } if !retry { - log.Info(action + " in progress...", "elapsed", time.Since(start)) + log.Info(action+" in progress...", "elapsed", time.Since(start)) retry = true } }