Skip to content

Commit 9b14135

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 7b14c48 commit 9b14135

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

enginetest/queries/queries.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10218,7 +10218,6 @@ from typestable`,
1021810218
{" └─ name: "},
1021910219
},
1022010220
},
10221-
1022210221
}
1022310222

1022410223
var KeylessQueries = []QueryTest{

sql/analyzer/optimization_rules.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
package analyzer
1616

1717
import (
18+
"strings"
19+
1820
"github.com/dolthub/go-mysql-server/memory"
19-
"strings"
2021

2122
"github.com/dolthub/go-mysql-server/sql"
2223
"github.com/dolthub/go-mysql-server/sql/expression"

0 commit comments

Comments
 (0)