diff --git a/norminette/rules/check_line_indent.py b/norminette/rules/check_line_indent.py index ef2c674a..bde32ca5 100644 --- a/norminette/rules/check_line_indent.py +++ b/norminette/rules/check_line_indent.py @@ -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 (