From 095f8a44011214537dd2353860db55a199aa26ed Mon Sep 17 00:00:00 2001 From: N01ch Date: Mon, 8 Nov 2021 13:02:37 +0100 Subject: [PATCH] Duplicate line --- norminette/rules/check_line_indent.py | 1 - 1 file changed, 1 deletion(-) 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 (