Skip to content

Commit cfd1a87

Browse files
committed
Formatting
1 parent d031404 commit cfd1a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/connection_handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ func (h *ConnectionHandler) copyFromFileQuery(stmt *node.CopyFrom) error {
664664
if err != nil {
665665
return err
666666
}
667-
667+
668668
sqlCtx, err := h.doltgresHandler.NewContext(context.Background(), h.mysqlConn, "")
669669
if err != nil {
670670
return err

0 commit comments

Comments
 (0)