Skip to content

Commit

Permalink
imports ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
i-norden committed Feb 28, 2022
1 parent ab3ffde commit f47ace3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
8 changes: 5 additions & 3 deletions store/v2/multi/snapshot.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@ package multi
import (
"bytes"
"fmt"
"io"
"sort"

protoio "github.com/gogo/protobuf/io"

"github.com/cosmos/cosmos-sdk/snapshots"
snapshottypes "github.com/cosmos/cosmos-sdk/snapshots/types"
storetypes "github.com/cosmos/cosmos-sdk/store/types"
types "github.com/cosmos/cosmos-sdk/store/v2"
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
protoio "github.com/gogo/protobuf/io"
"io"
"sort"
)

// Snapshot implements snapshottypes.Snapshotter.
Expand Down
7 changes: 4 additions & 3 deletions store/v2/multi/snapshot_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,20 @@ import (
"encoding/hex"
"errors"
"fmt"
"github.com/cosmos/cosmos-sdk/snapshots"
"io"
"math/rand"
"sort"
"strings"
"testing"

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

dbm "github.com/cosmos/cosmos-sdk/db"
"github.com/cosmos/cosmos-sdk/db/memdb"
"github.com/cosmos/cosmos-sdk/snapshots"
snapshottypes "github.com/cosmos/cosmos-sdk/snapshots/types"
"github.com/cosmos/cosmos-sdk/store/types"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)

func multiStoreConfig(t *testing.T, stores int) StoreConfig {
Expand Down

0 comments on commit f47ace3

Please sign in to comment.