Browse Source

chore: fix formatting

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

2
src/parser/rules.rs

@ -345,7 +345,7 @@ impl Parser {
if self.peek_token(TokenKind::Dot).is_ok() {
self.parse_field_access(expr)
} else {
Ok(expr)
Ok(expr)
}
}

Loading…
Cancel
Save