Skip to content

Commit

Permalink
Removed useless blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
maoueh committed Oct 27, 2023
1 parent 45a8c8e commit 4e118d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/compare.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ func sanitizeBlock(block *pbeth.Block) *pbeth.Block {
}

func readBundle(ctx context.Context, filename string, store dstore.Store, fileStartBlock, stopBlock uint64) ([]string, map[string]*pbeth.Block, error) {

fileReader, err := store.OpenObject(ctx, filename)
if err != nil {
return nil, nil, fmt.Errorf("creating reader: %w", err)
Expand Down

0 comments on commit 4e118d0

Please sign in to comment.