Skip to content

Commit 9ccbd73

Browse files
committed
fmt
1 parent 68d5cbd commit 9ccbd73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13898,7 +13898,7 @@ impl<'a> Parser<'a> {
1389813898
Expr::Tuple(
1389913899
self.parse_parenthesized_column_list(Mandatory, false)?
1390013900
.into_iter()
13901-
.map(|col| Expr::Identifier(col))
13901+
.map(Expr::Identifier)
1390213902
.collect(),
1390313903
)
1390413904
}

0 commit comments

Comments
 (0)