Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
cfzjywxk committed Oct 15, 2021
1 parent 32d2a24 commit e030651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/unionstore/memdb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ package unionstore
import (
"encoding/binary"
"fmt"
"github.com/pingcap/errors"
tikverr "github.com/tikv/client-go/v2/error"
"testing"

"github.com/pingcap/errors"
leveldb "github.com/pingcap/goleveldb/leveldb/memdb"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
tikverr "github.com/tikv/client-go/v2/error"
"github.com/tikv/client-go/v2/kv"
)

Expand Down

0 comments on commit e030651

Please sign in to comment.