Skip to content

Commit 4f5b247

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

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
@@ -229,7 +229,7 @@ func (t EnumType) Convert(ctx context.Context, v interface{}) (interface{}, sql.
229229
// In non-strict mode, return empty string (index 0) for invalid enum values
230230
return uint16(0), sql.InRange, nil
231231
}
232-
232+
233233
// If we can't determine SQL mode (e.g., test contexts), use the original error
234234
return nil, sql.InRange, ErrConvertingToEnum.New(v)
235235
}

0 commit comments

Comments
 (0)