Browse Source

chore: fix formatting

structs
Garrit Franke 3 years ago
parent
commit
a68466ca9e
  1. 2
      src/parser/rules.rs

2
src/parser/rules.rs

@ -250,7 +250,7 @@ impl Parser {
let expr = Expression::FunctionCall(name, args);
match self.peek()?.kind {
TokenKind::Dot => self.parse_field_access(expr),
_ => Ok(expr)
_ => Ok(expr),
}
}

Loading…
Cancel
Save