Whitespace fixup

This commit is contained in:
Anthony Sottile
2017-09-06 08:28:50 -07:00
committed by GitHub
parent e465129bd4
commit 92f98088eb

View File

@@ -17,8 +17,8 @@ get_default_version = helpers.basic_get_default_version
healthy = helpers.basic_healthy
def get_env_patch(venv): # pragma: windows no cover
if sys.platform == 'cygwin': # pragma: no cover
def get_env_patch(venv): # pragma: windows no cover
if sys.platform == 'cygwin': # pragma: no cover
_, win_venv, _ = cmd_output('cygpath', '-w', venv)
install_prefix = r'{}\bin'.format(win_venv.strip())
else: