Skip to content

Commit

Permalink
Black formatting in test module
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Apr 7, 2022
1 parent 5d98cd7 commit 1274232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/darker/tests/test_highlighting.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def test_colorize_with_no_color():
True,
{
# Pygments 2.4.0:
'\x1b[31;01m- a\x1b[39;49;00m\n\x1b[32m+ b\x1b[39;49;00m\n',
"\x1b[31;01m- a\x1b[39;49;00m\n\x1b[32m+ b\x1b[39;49;00m\n",
# Pygments 2.10.0:
"\x1b[91m- a\x1b[39;49;00m\n\x1b[32m+ b\x1b[39;49;00m\n",
# Pygments 2.11.2:
Expand Down

0 comments on commit 1274232

Please sign in to comment.