mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 12:46:44 +00:00
Remove unnecessary blank line in ancient_utils.go
This commit is contained in:
parent
b0efa6d15d
commit
515a3d9890
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue