Skip to content

Commit

Permalink
sort imports
Browse files Browse the repository at this point in the history
Signed-off-by: you06 <[email protected]>
  • Loading branch information
you06 committed Mar 21, 2024
1 parent 224c988 commit f09d76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion txnkv/transaction/txn.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ import (
"encoding/hex"
"encoding/json"
"fmt"
"github.com/docker/go-units"
"math"
"math/rand"
"runtime/trace"
Expand All @@ -52,6 +51,7 @@ import (
"time"

"github.com/dgryski/go-farm"
"github.com/docker/go-units"
"github.com/opentracing/opentracing-go"
"github.com/pingcap/failpoint"
"github.com/pingcap/kvproto/pkg/kvrpcpb"
Expand Down

0 comments on commit f09d76b

Please sign in to comment.