Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Leung <[email protected]>
  • Loading branch information
rleungx committed Jan 21, 2025
1 parent e25e4ae commit d1ebcbd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions store/driver/tikv_driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@ import (
"context"
"crypto/tls"
"fmt"
<<<<<<< HEAD:store/driver/tikv_driver.go
"math/rand"
=======
"math"
>>>>>>> a5e07a2ed36 (store/driver: set `MaxCallRecvMsgSize` to `MaxInt32` for pd client (#56278)):pkg/store/driver/tikv_driver.go
"math/rand"
"net/url"
"strings"
"sync"
Expand Down

0 comments on commit d1ebcbd

Please sign in to comment.