Skip to content

Commit 99e1fed

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 75a4a56 commit 99e1fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/types/conversion.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ func GeneralizeTypes(a, b sql.Type) sql.Type {
720720
if IsNumber(a) && IsNumber(b) {
721721
return generalizeNumberTypes(a, b)
722722
}
723-
723+
724724
if IsText(a) && IsText(b) {
725725
sta := a.(sql.StringType)
726726
stb := b.(sql.StringType)

0 commit comments

Comments
 (0)