Skip to content

Commit 1c2cae9

Browse files
committed
core/filtermaps: gofmt
1 parent 1e99c6e commit 1c2cae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/filtermaps/filtermaps.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ func (f *FilterMaps) safeDeleteRange(removeFn func(ethdb.KeyValueRangeDeleter) e
363363
default:
364364
}
365365
if !retry {
366-
log.Info(action + " in progress...", "elapsed", time.Since(start))
366+
log.Info(action+" in progress...", "elapsed", time.Since(start))
367367
retry = true
368368
}
369369
}

0 commit comments

Comments
 (0)