Skip to content

Commit 3fbe4f5

Browse files
authored
Appease autopep8
1 parent 9640999 commit 3fbe4f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pre_commit/languages/golang.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def install_environment(repo_cmd_runner, version, additional_dependencies):
6262
repo_cmd_runner, ('git', 'clone', '.', repo_src_dir),
6363
)
6464

65-
if sys.platform == 'cygwin': # pragma: no cover
65+
if sys.platform == 'cygwin': # pragma: no cover
6666
_, gopath, _ = cmd_output('cygpath', '-w', directory)
6767
gopath = gopath.strip()
6868
else:

0 commit comments

Comments
 (0)