mirror of
https://gerrit.googlesource.com/git-repo
synced 2024-12-21 07:16:21 +00:00
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:
parent
348e218d5b
commit
8f9e02231a
@ -1134,4 +1134,3 @@ class GitcManifest(XmlManifest):
|
|||||||
"""Output GITC Specific Project attributes"""
|
"""Output GITC Specific Project attributes"""
|
||||||
if p.old_revision:
|
if p.old_revision:
|
||||||
e.setAttribute('old-revision', str(p.old_revision))
|
e.setAttribute('old-revision', str(p.old_revision))
|
||||||
|
|
||||||
|
@ -1265,4 +1265,3 @@ class PersistentTransport(xmlrpc.client.Transport):
|
|||||||
|
|
||||||
def close(self):
|
def close(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user