chore: fmt

pull/7/head
ondra05 2022-04-18 21:43:32 +02:00
parent 141164b46a
commit 4c218e3ab8
1 changed files with 4 additions and 1 deletions

View File

@ -66,7 +66,10 @@ impl<'source> Parser<'source> {
let start = self.lexer.span().start;
match token {
Token::Unless => Ok(Spanned::new(self.unless_flow()?, start..self.lexer.span().end)),
Token::Unless => Ok(Spanned::new(
self.unless_flow()?,
start..self.lexer.span().end,
)),
Token::Functio => Ok(Spanned::new(
self.functio_flow()?,
start..self.lexer.span().end,