Skip to content

Commit cd9dbf4

Browse files
committed
fix lint
1 parent 8b64458 commit cd9dbf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/tests/access/cohort3/execution_state_sync_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import (
1212
pebbleds "github.com/ipfs/go-ds-pebble"
1313
sdk "github.com/onflow/flow-go-sdk"
1414
sdkclient "github.com/onflow/flow-go-sdk/access/grpc"
15-
"github.com/onflow/flow-go/engine/common/rpc/convert"
1615
"github.com/onflow/flow/protobuf/go/flow/entities"
1716
"github.com/onflow/flow/protobuf/go/flow/executiondata"
1817
"github.com/rs/zerolog"
@@ -22,6 +21,7 @@ import (
2221
"google.golang.org/grpc/codes"
2322
"google.golang.org/grpc/status"
2423

24+
"github.com/onflow/flow-go/engine/common/rpc/convert"
2525
"github.com/onflow/flow-go/engine/ghost/client"
2626
"github.com/onflow/flow-go/integration/testnet"
2727
"github.com/onflow/flow-go/integration/tests/lib"

0 commit comments

Comments
 (0)