Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Signed-off-by: cfzjywxk <[email protected]>
  • Loading branch information
cfzjywxk committed Jan 23, 2024
1 parent 782e053 commit 67aea09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion txnkv/txnlock/test_probe.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func (l LockResolverProbe) ResolveLock(bo *retry.Backoffer, lock *Lock) error {

// ResolvePessimisticLock resolves single pessimistic lock.
func (l LockResolverProbe) ResolvePessimisticLock(bo *retry.Backoffer, lock *Lock) error {
return l.resolvePessimisticLock(bo, lock, false, make(map[locate.RegionVerID]struct{}))
return l.resolvePessimisticLock(bo, lock, false, nil)
}

// GetTxnStatus sends the CheckTxnStatus request to the TiKV server.
Expand Down

0 comments on commit 67aea09

Please sign in to comment.