From ba169916b4cc6053b610eda6429446c375295d78 Mon Sep 17 00:00:00 2001 From: Pratik Anurag Date: Tue, 15 Oct 2019 17:46:37 +0530 Subject: removed trailing whitespaces --- git/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git') 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": -- cgit v1.2.1