Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangchiqing committed Feb 5, 2024
1 parent 7fa6657 commit 2e1f681
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion engine/execution/ingestion/block_queue/queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 2e1f681

Please sign in to comment.