Skip to content

Commit 635351e

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

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
@@ -340,7 +340,7 @@ func (t StringType) Convert(ctx context.Context, v interface{}) (interface{}, sq
340340
switch v := v.(type) {
341341
case sql.StringWrapper:
342342
if t.baseType == sqltypes.Text && t.maxByteLength >= v.MaxByteLength() {
343-
// Unwrap the wrapper to get the actual string value
343+
// Unwrap the wrapper to get the actual string value
344344
if unwrapped, err := sql.UnwrapAny(ctx, v); err == nil {
345345
return unwrapped, sql.InRange, nil
346346
}

0 commit comments

Comments
 (0)