Skip to content

Commit a98a0e9

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 02b0cc7 commit a98a0e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

enginetest/queries/trigger_queries.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ END;`,
574574
},
575575
Assertions: []ScriptTestAssertion{
576576
{
577-
Query: "INSERT INTO t (i) VALUES (1);",
577+
Query: "INSERT INTO t (i) VALUES (1);",
578578
ExpectedErr: sql.ErrInsertIntoNonNullableDefaultNullColumn,
579579
},
580580
{

sql/analyzer/inserts.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ func resolveInsertRows(ctx *sql.Context, a *Analyzer, n sql.Node, scope *plan.Sc
9494
}
9595

9696
return insert.WithSource(project).
97-
WithAutoIncrementIdx(firstGeneratedAutoIncRowIdx).
98-
WithMissingValFlags(missingValFlags),
97+
WithAutoIncrementIdx(firstGeneratedAutoIncRowIdx).
98+
WithMissingValFlags(missingValFlags),
9999
transform.NewTree,
100100
nil
101101
})

0 commit comments

Comments
 (0)