Skip to content

Commit 24595e4

Browse files
committed
gofmt
1 parent 79088ed commit 24595e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/logic/applier.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ func (this *Applier) CalculateNextIterationRangeEndValues() (hasFurtherRange boo
824824
this.LastIterationRangeMaxValues = this.migrationContext.MigrationIterationRangeMaxValues.Clone()
825825
}
826826
this.LastIterationRangeMutex.Unlock()
827-
827+
828828
for i := 0; i < 2; i++ {
829829
buildFunc := sql.BuildUniqueKeyRangeEndPreparedQueryViaOffset
830830
if i == 1 {

0 commit comments

Comments
 (0)