Skip to content

Commit

Permalink
reformulate comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoel-bagard committed Mar 9, 2024
1 parent 6775779 commit c886689
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -62,7 +62,7 @@ pub(crate) fn missing_whitespace_after_keyword(
TokenKind::Colon
| TokenKind::Newline
| TokenKind::NonLogicalNewline
| TokenKind::Rpar // In case of a syntax error, do not attempt to fix it.
| TokenKind::Rpar // In case of a syntax error, do not attempt to add a whitespace.
))
&& tok0.end() == tok1.start()
{
Expand Down

0 comments on commit c886689

Please sign in to comment.