From 868e570742a007725445fed29a33a01e09091c9b Mon Sep 17 00:00:00 2001 From: Nataliia Date: Fri, 4 Nov 2022 13:12:30 +0200 Subject: [PATCH] tabulation fixed --- tests/test_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_main.py b/tests/test_main.py index 0be6a05e..274131e0 100644 --- a/tests/test_main.py +++ b/tests/test_main.py @@ -214,7 +214,7 @@ def test_format_single_linter_file(file_path, errors, result): "column_number": 80, "text": "line too long (99 > 79 characters)", "physical_line": ' return f"I like to filter, rounding, doubling, ' - "store and decorate numbers: {', '.join(items)}!\"\n", + "store and decorate numbers: {', '.join(items)}!\"\n", }, ], "./test_source_code_1.py": [