Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 355196f

Browse files
committed
backs out unnecessary blank line
1 parent 9eadfb9 commit 355196f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pre_commit/util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ def no_git_env():
7676
# while running pre-commit hooks in submodules.
7777
# GIT_DIR: Causes git clone to clone wrong thing
7878
# GIT_INDEX_FILE: Causes 'error invalid object ...' during commit
79-
8079
return {
8180
k: v for k, v in os.environ.items()
8281
if not k.startswith('GIT_') or k in {'GIT_SSH'}

0 commit comments

Comments
 (0)