Skip to content

Commit d143c93

Browse files
committed
core: rm whitespace
1 parent e381087 commit d143c93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/dao_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ func TestDAOForkRangeExtradata(t *testing.T) {
119119
if _, err := proBc.InsertChain(blocks); err != nil {
120120
t.Fatalf("pro-fork chain didn't accepted pro-fork block: %v", err)
121121
}
122-
123122
}
124123
// Verify that contra-forkers accept pro-fork extra-datas after forking finishes
125124
bc, _ := NewBlockChain(rawdb.NewMemoryDatabase(), nil, congspec, nil, ethash.NewFaker(), vm.Config{}, nil, nil)

0 commit comments

Comments
 (0)