Skip to content

Commit

Permalink
Duplicate line
Browse files Browse the repository at this point in the history
  • Loading branch information
N01ch committed Nov 8, 2021
1 parent 2fe1978 commit 095f8a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion norminette/rules/check_line_indent.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def run(self, context):
context.history[-1] == "IsEmptyLine"
or context.history[-1] == "IsComment"
or context.history[-1] == "IsPreprocessorStatement"
or context.history[-1] == "IsPreprocessorStatement"
):
return False, 0
if (
Expand Down

0 comments on commit 095f8a4

Please sign in to comment.