Skip to content

Commit 1694982

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/types/strings.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ func (t StringType) SQL(ctx *sql.Context, dest []byte, v interface{}) (sqltypes.
711711
if err != nil {
712712
return sqltypes.Value{}, err
713713
}
714-
714+
715715
// Format binary data in the MySQL CLI format, which is 0x followed by hex digits
716716
result := append([]byte("0x"), bytes.ToUpper([]byte(fmt.Sprintf("%x", binaryBytes)))...)
717717
val = result

0 commit comments

Comments
 (0)