Skip to content

Commit 09f611f

Browse files
author
Alexander Fedotov
committed
chore: fmt
1 parent 3bfa966 commit 09f611f

File tree

1 file changed

+1
-1
lines changed
  • compiler/hash-parser/src/parser

1 file changed

+1
-1
lines changed

compiler/hash-parser/src/parser/expr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ impl<'s> AstGen<'s> {
591591
None
592592
}
593593
_ => {
594-
self.parse_token(TokenKind::Colon)?; // `:`
594+
self.parse_token(TokenKind::Colon)?; // `:`
595595

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

0 commit comments

Comments
 (0)