Merge pull request #1014 from mxr/patch-1

Whitespace nit
This commit is contained in:
Anthony Sottile 2019-04-28 22:53:24 -07:00 committed by GitHub
commit c97dfb2281
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ def cmd_output_mocked_pre_commit_home(*args, **kwargs):
skipif_cant_run_docker = pytest.mark.skipif(
os.name == 'nt' or not docker_is_running(),
reason="Docker isn't running or can't be accessed",
reason="Docker isn't running or can't be accessed",
)
skipif_cant_run_swift = pytest.mark.skipif(