Skip to content

Commit d3f29d4

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 10711e0 commit d3f29d4

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
@@ -1150,7 +1150,6 @@ func (t *Table) PeekNextAutoIncrementValue(ctx *sql.Context) (uint64, error) {
11501150
// GetNextAutoIncrementValue gets the next auto increment value for the memory table the increment.
11511151
func (t *Table) GetNextAutoIncrementValue(ctx *sql.Context, insertVal interface{}) (uint64, error) {
11521152
data := t.sessionTableData(ctx)
1153-
11541153

11551154
cmp, err := types.Uint64.Compare(ctx, insertVal, data.autoIncVal)
11561155
if err != nil {

sql/types/number.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ func (t NumberTypeImpl_) Convert(ctx context.Context, v interface{}) (interface{
266266
strictMode = sql.ValidateStrictMode(sqlCtx)
267267
}
268268

269-
270269
switch t.baseType {
271270
case sqltypes.Int8:
272271
num, _, err := convertToInt64(t, v)

0 commit comments

Comments
 (0)