go fmt
This commit is contained in:
@@ -42,7 +42,7 @@ func (l *ExclusiveLocker) GetToken() (token int64, lockTsNs int64) {
|
||||
}
|
||||
|
||||
func (l *ExclusiveLocker) RequestLock() {
|
||||
if l.isLocking {
|
||||
if l.isLocking {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user