Whitespace nit

This commit is contained in:
Max R 2019-04-29 01:40:12 -04:00 committed by GitHub
parent ee80f6218a
commit 64a65351b9
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( skipif_cant_run_docker = pytest.mark.skipif(
os.name == 'nt' or not docker_is_running(), 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( skipif_cant_run_swift = pytest.mark.skipif(