summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPratik Anurag <panurag247365@gmail.com>2019-10-15 17:46:37 +0530
committerSebastian Thiel <sebastian.thiel@icloud.com>2019-10-15 15:13:01 +0200
commitba169916b4cc6053b610eda6429446c375295d78 (patch)
tree1952ef89ed021453dedde06c9a9d9736f56ae6e7
parent4c459bfcfdd7487f8aae5dd4101e7069f77be846 (diff)
downloadgitpython-ba169916b4cc6053b610eda6429446c375295d78.tar.gz
removed trailing whitespaces
-rw-r--r--git/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/util.py b/git/util.py
index 81c3bbd0..c395afd2 100644
--- a/git/util.py
+++ b/git/util.py
@@ -416,7 +416,7 @@ class RemoteProgress(object):
# END could not get match
op_code = 0
- _remote, op_name, _percent, cur_count, max_count, message = match.groups()
+ _remote, op_name, _percent, cur_count, max_count, message = match.groups()
# get operation id
if op_name == "Counting objects":