From f3d0d1d6cfec28ba89ed1819bee9fe75931e765d Mon Sep 17 00:00:00 2001 From: Pratik Anurag Date: Tue, 15 Oct 2019 17:43:42 +0530 Subject: removed trailing whitespaces --- git/remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/remote.py') diff --git a/git/remote.py b/git/remote.py index b6a5bcc6..40325739 100644 --- a/git/remote.py +++ b/git/remote.py @@ -183,7 +183,7 @@ class PushInfo(object): split_token = "..." if control_character == " ": split_token = ".." - old_sha, _new_sha = summary.split(' ')[0].split(split_token) + old_sha, _new_sha = summary.split(' ')[0].split(split_token) # have to use constructor here as the sha usually is abbreviated old_commit = old_sha # END message handling -- cgit v1.2.1