Skip to content

Commit

Permalink
fmt import
Browse files Browse the repository at this point in the history
  • Loading branch information
XuHuaiyu committed Dec 20, 2021
1 parent 30817ec commit ba5ba56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/chunk/mutrow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
package chunk

import (
"github.com/pingcap/tidb/util/hack"
"testing"
"time"

Expand All @@ -23,6 +22,7 @@ import (
"github.com/pingcap/tidb/sessionctx/stmtctx"
"github.com/pingcap/tidb/types"
"github.com/pingcap/tidb/types/json"
"github.com/pingcap/tidb/util/hack"
)

func (s *testChunkSuite) TestMutRow(c *check.C) {
Expand Down

0 comments on commit ba5ba56

Please sign in to comment.