Skip to content

Commit a42ee3d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ import (
2020
"net"
2121
"time"
2222

23+
"github.com/dolthub/vitess/go/mysql"
2324
"github.com/sirupsen/logrus"
2425
"go.opentelemetry.io/otel/trace"
2526

2627
sqle "github.com/dolthub/go-mysql-server"
2728
"github.com/dolthub/go-mysql-server/sql"
28-
"github.com/dolthub/vitess/go/mysql"
2929
)
3030

3131
// ProtocolListener handles connections based on the configuration it was given. These listeners also implement

0 commit comments

Comments
 (0)