Skip to content

Commit 4bbc8de

Browse files
Fix tabs from merge conflict
1 parent 5b6da5b commit 4bbc8de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go/logic/applier.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ func (this *Applier) ReadMigrationMinValues(uniqueKey *sql.UniqueKey) error {
371371
}
372372
this.migrationContext.Log.Infof("Migration min values: [%s]", this.migrationContext.MigrationRangeMinValues)
373373

374-
err = rows.Err()
374+
err = rows.Err()
375375
return err
376376
}
377377

@@ -394,7 +394,7 @@ func (this *Applier) ReadMigrationMaxValues(uniqueKey *sql.UniqueKey) error {
394394
}
395395
this.migrationContext.Log.Infof("Migration max values: [%s]", this.migrationContext.MigrationRangeMaxValues)
396396

397-
err = rows.Err()
397+
err = rows.Err()
398398
return err
399399
}
400400

0 commit comments

Comments
 (0)