Skip to content

Commit c27340d

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

enginetest/memory_engine_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ func TestSingleScript(t *testing.T) {
204204
var scripts = []queries.ScriptTest{
205205
{
206206
// https://github.com/dolthub/dolt/issues/9873
207-
Name: "FOR UPDATE OF syntax support tests",
207+
Name: "FOR UPDATE OF syntax support tests",
208208
SetUpScript: []string{
209209
"CREATE TABLE task_instance (id INT PRIMARY KEY, task_id VARCHAR(255), dag_id VARCHAR(255), run_id VARCHAR(255), state VARCHAR(50), queued_by_job_id INT)",
210210
"CREATE TABLE job (id INT PRIMARY KEY, state VARCHAR(50))",

sql/planbuilder/select.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func (b *Builder) buildSelect(inScope *scope, s *ast.Select) (outScope *scope) {
6060
// 5) Build top-level scopes, replacing aggregation and aliases with
6161
// projections from (4).
6262
// 6) Finish with final target projections.
63-
63+
6464
// Process the Lock field for FOR UPDATE clauses
6565
if s.Lock != "" {
6666
logrus.Info("SELECT statement has Lock field:", s.Lock)

0 commit comments

Comments
 (0)