From 4e118d0aa12f20868688f9b17397ec5b6c8ffd94 Mon Sep 17 00:00:00 2001 From: Matthieu Vachon Date: Mon, 11 Sep 2023 11:10:20 -0400 Subject: [PATCH] Removed useless blank line --- tools/compare.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/compare.go b/tools/compare.go index d8d9d38a..54684b33 100644 --- a/tools/compare.go +++ b/tools/compare.go @@ -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)