Skip to content

Commit 63cbe7d

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

enginetest/queries/script_queries.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8745,9 +8745,9 @@ where
87458745
{
87468746
Query: "with a as (select e from enum_table union select v from uv) select * from a",
87478747
Expected: []sql.Row{{"a"}, {"b"}, {"bug"}, {"ant"}},
8748-
},
8749-
},
8750-
},
8748+
},
8749+
},
8750+
},
87518751

87528752
// Enum tests
87538753
{

0 commit comments

Comments
 (0)