Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Fedotov authored and feds01 committed Aug 1, 2024
1 parent fc51551 commit 6567446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/hash-parser/src/parser/expr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ impl<'s> AstGen<'s> {
None
}
_ => {
self.parse_token(TokenKind::Colon)?; // `:`
self.parse_token(TokenKind::Colon)?; // `:`

if self.peek_kind() == Some(TokenKind::Eq) {
self.skip_fast(TokenKind::Eq); // `=`
Expand Down

0 comments on commit 6567446

Please sign in to comment.