Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-cha committed Feb 19, 2025
1 parent 919d32b commit 832e814
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion executor/host/batch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"testing"

sdk "github.com/cosmos/cosmos-sdk/types"
opchildtypes "github.com/initia-labs/OPinit/x/opchild/types"
ophosttypes "github.com/initia-labs/OPinit/x/ophost/types"
"github.com/initia-labs/opinit-bots/db"
Expand All @@ -17,6 +16,8 @@ import (
"github.com/stretchr/testify/require"
"go.uber.org/zap"
"go.uber.org/zap/zapcore"

sdk "github.com/cosmos/cosmos-sdk/types"
)

func TestRecordBatchHandler(t *testing.T) {
Expand Down
3 changes: 2 additions & 1 deletion executor/host/bridge_info_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ import (
"context"
"testing"

sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/stretchr/testify/require"
"go.uber.org/zap"
"go.uber.org/zap/zapcore"

sdk "github.com/cosmos/cosmos-sdk/types"

opchildtypes "github.com/initia-labs/OPinit/x/opchild/types"
ophosttypes "github.com/initia-labs/OPinit/x/ophost/types"
"github.com/initia-labs/opinit-bots/db"
Expand Down

0 comments on commit 832e814

Please sign in to comment.