Skip to content

Commit adf5746

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enginetest/queries/script_queries.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7843,7 +7843,7 @@ where
78437843
Assertions: []ScriptTestAssertion{
78447844
{
78457845
SkipResultCheckOnServerEngine: true,
7846-
Query: "SELECT -i8, -i16, -i24, -i32 from t;",
7846+
Query: "SELECT -i8, -i16, -i24, -i32 from t;",
78477847
Expected: []sql.Row{
78487848
{128, 32768, 8388608, 2147483648},
78497849
},

0 commit comments

Comments
 (0)