Skip to content

Commit 33e9142

Browse files
committed
Cargo fmt
1 parent 0e0f101 commit 33e9142

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
@@ -18597,7 +18597,7 @@ impl<'a> Parser<'a> {
1859718597
} else {
1859818598
parser.parse_comma_separated(Parser::parse_expr)?
1859918599
},
18600-
closing_token: parser.expect_token(&Token::RParen)?.into()
18600+
closing_token: parser.expect_token(&Token::RParen)?.into(),
1860118601
})
1860218602
})?;
1860318603
Ok(Values {

0 commit comments

Comments
 (0)