From 2e1f681ebb2ab7dd97ef6d598e817748d9370cd1 Mon Sep 17 00:00:00 2001 From: "Leo Zhang (zhangchiqing)" Date: Mon, 5 Feb 2024 09:25:59 -0800 Subject: [PATCH] fix lint --- engine/execution/ingestion/block_queue/queue.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/engine/execution/ingestion/block_queue/queue.go b/engine/execution/ingestion/block_queue/queue.go index 3d42d50bd5a..b1a37ce9282 100644 --- a/engine/execution/ingestion/block_queue/queue.go +++ b/engine/execution/ingestion/block_queue/queue.go @@ -4,9 +4,10 @@ import ( "fmt" "sync" + "github.com/rs/zerolog" + "github.com/onflow/flow-go/model/flow" "github.com/onflow/flow-go/module/mempool/entity" - "github.com/rs/zerolog" ) var ErrMissingParent = fmt.Errorf("missing parent block")