Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
peterargue committed Jan 24, 2024
1 parent f87bd5c commit 1a5a792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/access/rpc/backend/script_executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ import (
"context"
"fmt"

"github.com/rs/zerolog"
"go.uber.org/atomic"

"github.com/onflow/flow-go/model/flow"
"github.com/onflow/flow-go/module/execution"
"github.com/onflow/flow-go/module/state_synchronization"
"github.com/rs/zerolog"
)

type ScriptExecutor struct {
Expand Down

0 comments on commit 1a5a792

Please sign in to comment.