Skip to content

Commit 97eac36

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 66d3d99 commit 97eac36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/expression/function/regexp_like.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ func (r *RegexpLike) Description() string {
7878

7979
// Type implements the sql.Expression interface.
8080
func (r *RegexpLike) Type() sql.Type {
81-
return types.Boolean
81+
return types.Boolean
8282
}
8383

8484
// CollationCoercibility implements the interface sql.CollationCoercible.

0 commit comments

Comments
 (0)