Skip to content

Commit acee013

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 6cda646 commit acee013

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

memory/table.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,6 @@ func (t *Table) PeekNextAutoIncrementValue(ctx *sql.Context) (uint64, error) {
11471147
return data.autoIncVal, nil
11481148
}
11491149

1150-
11511150
// GetNextAutoIncrementValue gets the next auto increment value for the memory table the increment.
11521151
func (t *Table) GetNextAutoIncrementValue(ctx *sql.Context, insertVal interface{}) (uint64, error) {
11531152
data := t.sessionTableData(ctx)

0 commit comments

Comments
 (0)