mirror of
https://github.com/danog/parser.git
synced 2024-11-30 04:29:13 +01:00
cargo fmt
This commit is contained in:
parent
50ecea182a
commit
0ea4d49678
@ -286,7 +286,7 @@ impl Parser {
|
||||
|
||||
Statement::HaltCompiler { content }
|
||||
}
|
||||
_ => self.statement()?
|
||||
_ => self.statement()?,
|
||||
};
|
||||
|
||||
self.clear_comments();
|
||||
|
Loading…
Reference in New Issue
Block a user