Trailing whitespace too

Github editor is a fickle beast
This commit is contained in:
Anthony Sottile 2019-02-01 16:47:08 -08:00 committed by GitHub
parent e2ee95d9b2
commit 1a3d296d87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -148,7 +148,7 @@ def test_migrate_config_sha_to_rev(tmpdir):
' hooks: []\n'
)
@pytest.mark.parametrize('contents', ('', '\n'))
def test_empty_configuration_file_user_error(tmpdir, contents):
cfg = tmpdir.join(C.CONFIG_FILE)