Skip to content

Commit c64a5c3

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

enginetest/queries/script_queries.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ var ScriptTests = []ScriptTest{
124124
{
125125
// https://github.com/dolthub/dolt/issues/9857
126126
Name: "UUID_SHORT() function returns 64-bit unsigned integers with proper construction",
127-
Dialect: "mysql",
127+
Dialect: "mysql",
128128
SetUpScript: []string{},
129-
Assertions: []ScriptTestAssertion{
129+
Assertions: []ScriptTestAssertion{
130130
{
131131
Query: "SELECT UUID_SHORT() > 0",
132132
Expected: []sql.Row{

0 commit comments

Comments
 (0)