Skip to content

Commit 1b05ab9

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 53983ff commit 1b05ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

memory/table_editor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ func (t *tableEditor) updateAutoIncrementValue(ctx *sql.Context, autoCol *sql.Co
898898
t.ea.TableData().autoIncVal = currentVal
899899
return
900900
}
901-
901+
902902
nextVal := currentVal + 1
903903
if _, inRange, err := autoCol.Type.Convert(ctx, nextVal); err == nil && inRange == sql.InRange {
904904
t.ea.TableData().autoIncVal = nextVal

0 commit comments

Comments
 (0)