Skip to content

Commit c773cba

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 9fc0d7e commit c773cba

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

sql/expression/convert.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,6 @@ func prepareForNumericContext(val interface{}, originType sql.Type, isInt bool)
488488
return convertHexBlobToDecimalForNumericContext(val, originType)
489489
}
490490

491-
492491
// trimStringToNumberPrefix trims a string to the appropriate number prefix
493492
func trimStringToNumberPrefix(s string, isInt bool) string {
494493
if isInt {

sql/expression/in.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ func NewNotInTuple(left sql.Expression, right sql.Expression) sql.Expression {
152152
return NewNot(NewInTuple(left, right))
153153
}
154154

155-
156155
// HashInTuple is an expression that checks an expression is inside a list of expressions using a hashmap.
157156
type HashInTuple struct {
158157
in *InTuple

0 commit comments

Comments
 (0)