Skip to content

Commit 92f9808

Browse files
authored
Whitespace fixup
1 parent e465129 commit 92f9808

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pre_commit/languages/node.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
healthy = helpers.basic_healthy
1818

1919

20-
def get_env_patch(venv): # pragma: windows no cover
21-
if sys.platform == 'cygwin': # pragma: no cover
20+
def get_env_patch(venv): # pragma: windows no cover
21+
if sys.platform == 'cygwin': # pragma: no cover
2222
_, win_venv, _ = cmd_output('cygpath', '-w', venv)
2323
install_prefix = r'{}\bin'.format(win_venv.strip())
2424
else:

0 commit comments

Comments
 (0)