Skip to content

Commit 7fe3055

Browse files
committed
fix lint
1 parent 664f4a8 commit 7fe3055

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

engine/access/ingestion/collections/syncer_execution_data.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ import (
55
"errors"
66
"fmt"
77

8+
"github.com/rs/zerolog"
9+
810
"github.com/onflow/flow-go/module/executiondatasync/execution_data"
911
"github.com/onflow/flow-go/storage"
10-
"github.com/rs/zerolog"
1112
)
1213

1314
// ExecutionDataSyncer submits collections from execution data to the collections indexer. It is

0 commit comments

Comments
 (0)