diff options
author | Pratik Anurag <panurag247365@gmail.com> | 2019-10-15 17:46:37 +0530 |
---|---|---|
committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2019-10-15 15:13:01 +0200 |
commit | ba169916b4cc6053b610eda6429446c375295d78 (patch) | |
tree | 1952ef89ed021453dedde06c9a9d9736f56ae6e7 /git | |
parent | 4c459bfcfdd7487f8aae5dd4101e7069f77be846 (diff) | |
download | gitpython-ba169916b4cc6053b610eda6429446c375295d78.tar.gz |
removed trailing whitespaces
Diffstat (limited to 'git')
-rw-r--r-- | git/util.py | 2 |
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": |