mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
core/blockchain: go format with 's'
This commit is contained in:
parent
5a4a65f959
commit
ab017c758c
1 changed files with 1 additions and 1 deletions
|
|
@ -2281,7 +2281,7 @@ func TestSideImportPrunedBlocks(t *testing.T) {
|
||||||
t.Errorf("Block %d pruned", firstNonPrunedBlock.NumberU64())
|
t.Errorf("Block %d pruned", firstNonPrunedBlock.NumberU64())
|
||||||
}
|
}
|
||||||
// Now re-import some old blocks
|
// Now re-import some old blocks
|
||||||
blockToReimport := blocks[5 : 8]
|
blockToReimport := blocks[5:8]
|
||||||
_, err = chain.InsertChain(blockToReimport)
|
_, err = chain.InsertChain(blockToReimport)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Errorf("Got error, %v", err)
|
t.Errorf("Got error, %v", err)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue