From 515a3d9890416c2f5b5fc34d92b8686ee1a9732d Mon Sep 17 00:00:00 2001 From: rjl493456442 Date: Mon, 24 Nov 2025 22:29:37 +0800 Subject: [PATCH] Remove unnecessary blank line in ancient_utils.go --- core/rawdb/ancient_utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/rawdb/ancient_utils.go b/core/rawdb/ancient_utils.go index b374449ca8..7af3d2e197 100644 --- a/core/rawdb/ancient_utils.go +++ b/core/rawdb/ancient_utils.go @@ -73,7 +73,7 @@ func inspect(name string, order map[string]freezerTableConfig, reader ethdb.Anci return freezerInfo{}, err } info.tail = tail - + if ancients == 0 { info.count = 0 } else {