Skip to content

Commit

Permalink
Formatting fix and remove extra comment
Browse files Browse the repository at this point in the history
Signed-off-by: Shreyas Khandekar <[email protected]>
  • Loading branch information
ShreyasKhandekar committed Nov 4, 2024
1 parent f733e41 commit d7e4577
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/chplcheck/src/rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,8 +571,7 @@ def append_nested_single_stmt(node, prev: List[AstNode]):
prev.append(stmt)
append_nested_single_stmt(stmt, prev)
return node # Return the outermost on to use an anchor

# Should we also check for Conditionals here?

return None

@driver.fixit(MisleadingIndentation)
Expand Down

0 comments on commit d7e4577

Please sign in to comment.