Skip to content

Commit

Permalink
fix linting for rocksdb
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Oct 24, 2023
1 parent 897ebef commit bd4f18f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions store/storage/rocksdb/db_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ import (
"fmt"
"testing"

"cosmossdk.io/store/v2"
"cosmossdk.io/store/v2/storage"
"github.com/stretchr/testify/require"
"github.com/stretchr/testify/suite"

"cosmossdk.io/store/v2"
"cosmossdk.io/store/v2/storage"
)

const (
Expand Down

0 comments on commit bd4f18f

Please sign in to comment.