mirror of
https://github.com/danog/parser.git
synced 2024-11-30 04:29:13 +01:00
fix: formatting (#124)
This commit is contained in:
parent
ee454dc75b
commit
37d0761ff8
@ -253,7 +253,7 @@ impl Parser {
|
||||
self.block(&TokenKind::RightBrace)?
|
||||
} else {
|
||||
let mut body = Block::new();
|
||||
while ! self.is_eof() {
|
||||
while !self.is_eof() {
|
||||
body.push(self.top_level_statement()?);
|
||||
}
|
||||
body
|
||||
|
Loading…
Reference in New Issue
Block a user