mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-22 13:25:30 +03:00
Fmt
This commit is contained in:
parent
7278a5bf39
commit
1d2cddbc7c
@ -207,8 +207,13 @@ impl ParserContext<'_> {
|
||||
&["assert", "assert_eq", "assert_neq"],
|
||||
identifier.span,
|
||||
));
|
||||
(Default::default(), ConsoleFunction::Assert(Expression::Err(ErrExpression { span: Default::default() })))
|
||||
},
|
||||
(
|
||||
Default::default(),
|
||||
ConsoleFunction::Assert(Expression::Err(ErrExpression {
|
||||
span: Default::default(),
|
||||
})),
|
||||
)
|
||||
}
|
||||
};
|
||||
self.expect(&Token::Semicolon)?;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user