Skip to content

Commit

Permalink
actual lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kocubinski committed Jul 29, 2024
1 parent 58594e2 commit 605b1d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x/auth/ante/unordered.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ import (
"sync"
"time"

"github.com/cosmos/gogoproto/proto"

"cosmossdk.io/core/appmodule/v2"
"cosmossdk.io/core/transaction"
errorsmod "cosmossdk.io/errors"
"cosmossdk.io/x/auth/ante/unorderedtx"

sdk "github.com/cosmos/cosmos-sdk/types"
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
"github.com/cosmos/gogoproto/proto"
)

// bufPool is a pool of bytes.Buffer objects to reduce memory allocations.
Expand Down

0 comments on commit 605b1d0

Please sign in to comment.