Skip to content

Commit

Permalink
lint :)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianToledano committed Sep 3, 2024
1 parent c29108e commit bb870cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion baseapp/abci_utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package baseapp_test

import (
"bytes"
"cosmossdk.io/core/address"
"sort"
"testing"

Expand All @@ -19,6 +18,7 @@ import (
"github.com/stretchr/testify/require"
"github.com/stretchr/testify/suite"

"cosmossdk.io/core/address"
"cosmossdk.io/core/comet"
"cosmossdk.io/core/header"
"cosmossdk.io/log"
Expand Down
2 changes: 1 addition & 1 deletion baseapp/baseapp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package baseapp_test
import (
"bytes"
"context"
"cosmossdk.io/core/address"
"crypto/sha256"
"fmt"
"math/rand"
Expand All @@ -15,6 +14,7 @@ import (
dbm "github.com/cosmos/cosmos-db"
"github.com/stretchr/testify/require"

"cosmossdk.io/core/address"
corestore "cosmossdk.io/core/store"
errorsmod "cosmossdk.io/errors"
"cosmossdk.io/log"
Expand Down

0 comments on commit bb870cc

Please sign in to comment.