Skip to content

Commit 04c6718

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sql/plan/insubquery.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ package plan
1616

1717
import (
1818
"fmt"
19-
"github.com/dolthub/go-mysql-server/sql"
19+
20+
"github.com/dolthub/go-mysql-server/sql"
2021
"github.com/dolthub/go-mysql-server/sql/expression"
2122
"github.com/dolthub/go-mysql-server/sql/types"
2223
)

0 commit comments

Comments
 (0)