Skip to content

Commit 3cc95a1

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent b7136ef commit 3cc95a1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

memory/table.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1153,7 +1153,6 @@ func canIncrementAutoIncVal(ctx *sql.Context, colType sql.Type, currentVal uint6
11531153
return err == nil && inRange == sql.InRange
11541154
}
11551155

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

memory/table_editor.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,4 +879,3 @@ func verifyRowTypes(row sql.Row, schema sql.Schema) error {
879879
}
880880
return nil
881881
}
882-

0 commit comments

Comments
 (0)