Skip to content

Commit a601411

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/types/enum.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ func (t EnumType) Convert(ctx context.Context, v interface{}) (interface{}, sql.
228228
// In non-strict mode, return empty string (index 0) for invalid enum values
229229
return uint16(0), sql.InRange, nil
230230
}
231-
231+
232232
// If we can't determine SQL mode (e.g., test contexts), use the original error
233233
return nil, sql.InRange, ErrConvertingToEnum.New(v)
234234
}

0 commit comments

Comments
 (0)