Skip to content

Commit cfa3c49

Browse files
committed
format
1 parent 418b903 commit cfa3c49

File tree

6 files changed

+11
-5
lines changed

6 files changed

+11
-5
lines changed

e2e/opbot.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ import (
1414
"github.com/docker/docker/client"
1515
"go.uber.org/zap"
1616

17-
sdk "github.com/cosmos/cosmos-sdk/types"
1817
"github.com/initia-labs/opinit-bots/executor"
1918
executortypes "github.com/initia-labs/opinit-bots/executor/types"
2019
"github.com/strangelove-ventures/interchaintest/v8/ibc"
2120

21+
sdk "github.com/cosmos/cosmos-sdk/types"
22+
2223
"github.com/pkg/errors"
2324
)
2425

executor/batchsubmitter/data_conversion_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ import (
1717
"github.com/stretchr/testify/require"
1818
"go.uber.org/zap"
1919

20+
ibcclienttypes "github.com/cosmos/ibc-go/v8/modules/core/02-client/types"
21+
ibctmlightclients "github.com/cosmos/ibc-go/v8/modules/light-clients/07-tendermint"
22+
2023
"github.com/cosmos/cosmos-sdk/client/tx"
2124
cdctypes "github.com/cosmos/cosmos-sdk/codec/types"
2225
sdk "github.com/cosmos/cosmos-sdk/types"
2326
"github.com/cosmos/cosmos-sdk/x/authz"
24-
ibcclienttypes "github.com/cosmos/ibc-go/v8/modules/core/02-client/types"
25-
ibctmlightclients "github.com/cosmos/ibc-go/v8/modules/light-clients/07-tendermint"
2627
)
2728

2829
func TestEmptyOracleData(t *testing.T) {

provider/child/parse_test.go

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

77
abcitypes "github.com/cometbft/cometbft/abci/types"
8-
sdk "github.com/cosmos/cosmos-sdk/types"
98
"github.com/stretchr/testify/require"
9+
10+
sdk "github.com/cosmos/cosmos-sdk/types"
1011
)
1112

1213
func TestParseDepositEvents(t *testing.T) {

provider/child/testutil.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import (
44
"strconv"
55

66
abcitypes "github.com/cometbft/cometbft/abci/types"
7+
78
sdk "github.com/cosmos/cosmos-sdk/types"
89

910
opchildtypes "github.com/initia-labs/OPinit/x/opchild/types"

provider/host/parse_test.go

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

77
abcitypes "github.com/cometbft/cometbft/abci/types"
8-
sdk "github.com/cosmos/cosmos-sdk/types"
98
ophosttypes "github.com/initia-labs/OPinit/x/ophost/types"
109
"github.com/stretchr/testify/require"
10+
11+
sdk "github.com/cosmos/cosmos-sdk/types"
1112
)
1213

1314
func TestParseMsgRecordBatch(t *testing.T) {

provider/host/query.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import (
88
"time"
99

1010
coretypes "github.com/cometbft/cometbft/rpc/core/types"
11+
1112
query "github.com/cosmos/cosmos-sdk/types/query"
1213

1314
ophosttypes "github.com/initia-labs/OPinit/x/ophost/types"

0 commit comments

Comments
 (0)