File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2189,7 +2189,7 @@ fn parse_pg_regex_match_ops() {
2189
2189
op: op. clone( ) ,
2190
2190
right: Box :: new( Expr :: Value ( single_quoted_string( "^a" ) . with_empty_span( ) , ) ) ,
2191
2191
} ) ,
2192
- select. projection[ 0 ] ,
2192
+ select. projection[ 0 ]
2193
2193
) ;
2194
2194
2195
2195
// Binary operator with ANY operator
@@ -2208,7 +2208,7 @@ fn parse_pg_regex_match_ops() {
2208
2208
} ) ) ,
2209
2209
is_some: false ,
2210
2210
} ) ,
2211
- select. projection[ 0 ] ,
2211
+ select. projection[ 0 ]
2212
2212
)
2213
2213
}
2214
2214
}
@@ -2231,7 +2231,7 @@ fn parse_pg_like_match_ops() {
2231
2231
op: op. clone( ) ,
2232
2232
right: Box :: new( Expr :: Value ( single_quoted_string( "a_c%" ) . with_empty_span( ) , ) ) ,
2233
2233
} ) ,
2234
- select. projection[ 0 ] ,
2234
+ select. projection[ 0 ]
2235
2235
) ;
2236
2236
2237
2237
// Binary operator with ALL operator
@@ -2246,7 +2246,7 @@ fn parse_pg_like_match_ops() {
2246
2246
named: true ,
2247
2247
} ) ) ,
2248
2248
} ) ,
2249
- select. projection[ 0 ] ,
2249
+ select. projection[ 0 ]
2250
2250
)
2251
2251
}
2252
2252
}
You can’t perform that action at this time.
0 commit comments