Skip to content

Commit 414fcab

Browse files
committed
fix go fmt
1 parent a69b12c commit 414fcab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/logic/migrator.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ func (this *Migrator) atomicCutOver() (err error) {
623623
}
624624
defer func() {
625625
okToUnlockTable <- true
626-
<- tableUnlocked
626+
<-tableUnlocked
627627
}()
628628

629629
lockOriginalSessionId := <-lockOriginalSessionIdChan

0 commit comments

Comments
 (0)