Skip to content

Commit 2e6c03b

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

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
@@ -484,7 +484,6 @@ func prepareForNumericContext(val interface{}, originType sql.Type, isInt bool)
484484
return convertHexBlobToDecimalForNumericContext(val, originType)
485485
}
486486

487-
488487
// trimStringToNumberPrefix trims a string to the appropriate number prefix
489488
func trimStringToNumberPrefix(s string, isInt bool) string {
490489
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)