Skip to content

Commit

Permalink
tabulation fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Nattalli committed Nov 4, 2022
1 parent 24dc956 commit 868e570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 868e570

Please sign in to comment.