Skip to content

Commit 88cd0d7

Browse files
committed
Cargo fmt
1 parent 0d7138e commit 88cd0d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/parser/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18615,7 +18615,7 @@ impl<'a> Parser<'a> {
1861518615
} else {
1861618616
parser.parse_comma_separated(Parser::parse_expr)?
1861718617
},
18618-
closing_token: parser.expect_token(&Token::RParen)?.into()
18618+
closing_token: parser.expect_token(&Token::RParen)?.into(),
1861918619
})
1862018620
})?;
1862118621
Ok(Values {

0 commit comments

Comments
 (0)