Skip to content

Commit

Permalink
style: fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Jul 9, 2024
1 parent e9c6d77 commit 6b90e15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parser-ng/src/parser/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1136,6 +1136,7 @@ impl<'src> InternalParser<'src> {
.alt(|p| p.expect(t!(TRUE_KW | FALSE_KW)))
.alt(|p| {
p.expect(t!(NOT_KW | DEFINED_KW))
//.cut()
.then(|p| p.boolean_term())
})
.alt(|p| p.for_expr())
Expand Down

0 comments on commit 6b90e15

Please sign in to comment.