Remove trailing blank lines

flake8 reports:

  W391 blank line at end of file

Change-Id: I5498b2de2d1268d4f1f4b9e1760f9fa93a6da4cd
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/254594
Tested-by: David Pursehouse <dpursehouse@collab.net>
Reviewed-by: Mike Frysinger <vapier@google.com>
This commit is contained in:
David Pursehouse 2020-02-12 11:37:41 +09:00
parent 348e218d5b
commit 8f9e02231a
2 changed files with 0 additions and 2 deletions

View File

@ -1134,4 +1134,3 @@ class GitcManifest(XmlManifest):
"""Output GITC Specific Project attributes"""
if p.old_revision:
e.setAttribute('old-revision', str(p.old_revision))

View File

@ -1265,4 +1265,3 @@ class PersistentTransport(xmlrpc.client.Transport):
def close(self):
pass