Remove useless newline

This commit is contained in:
Joey Pinhas 2019-09-24 16:27:34 -04:00
parent ea8fbf9cf0
commit d6c0aa5a35
2 changed files with 4 additions and 2 deletions

View file

@ -130,7 +130,6 @@ def test_diffing_output(capsys):
+ "blah": null,
+ "foo": "bar"
}}
'''.format(a, b)
expected_err = 'File {} is not pretty-formatted\n'.format(resource_path)