Skip to content

Commit 24cb580

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 2b90e9b commit 24cb580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/expression/bit_ops.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ func (b *BitOp) convertLeftRight(ctx *sql.Context, left interface{}, right inter
163163
var typ sql.Type
164164
lTyp := b.LeftChild.Type()
165165
rTyp := b.RightChild.Type()
166-
166+
167167
if types.IsText(lTyp) || types.IsText(rTyp) {
168168
typ = types.Float64
169169
} else if types.IsUnsigned(lTyp) && types.IsUnsigned(rTyp) {

0 commit comments

Comments
 (0)