Skip to content

Commit f69f619

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sql/plan/binlog.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ import (
2020
"fmt"
2121
"strings"
2222

23-
"github.com/dolthub/go-mysql-server/sql"
2423
"github.com/dolthub/vitess/go/mysql"
2524
"github.com/dolthub/vitess/go/sqltypes"
2625
vquery "github.com/dolthub/vitess/go/vt/proto/query"
26+
27+
"github.com/dolthub/go-mysql-server/sql"
2728
)
2829

2930
// https://github.com/MariaDB/server/blob/11.6/sql/log_event.h#L608-L750

0 commit comments

Comments
 (0)