Skip to content

Commit 1c0d9a7

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enginetest/queries/join_queries.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ var JoinScriptTests = []ScriptTest{
813813
Name: "FULL OUTER JOIN with empty tables",
814814
SetUpScript: []string{
815815
"CREATE TABLE t1 (i INT);",
816-
"CREATE TABLE t2 (j INT);",
816+
"CREATE TABLE t2 (j INT);",
817817
"INSERT INTO t2 VALUES (1);",
818818
},
819819
Assertions: []ScriptTestAssertion{

0 commit comments

Comments
 (0)