Skip to content

Commit

Permalink
fix go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Defined2014 committed Nov 26, 2021
1 parent f31c6eb commit cab20f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion executor/tiflash_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@ package executor_test
import (
"bytes"
"fmt"
"github.com/pingcap/tidb/util/collate"
"math"
"math/rand"
"strings"
"sync"
"sync/atomic"
"time"

"github.com/pingcap/tidb/util/collate"

. "github.com/pingcap/check"
"github.com/pingcap/errors"
"github.com/pingcap/failpoint"
Expand Down

0 comments on commit cab20f7

Please sign in to comment.