Explorar o código

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>
David Pursehouse %!s(int64=6) %!d(string=hai) anos
pai
achega
8f9e02231a
Modificáronse 2 ficheiros con 0 adicións e 2 borrados
  1. 0 1
      manifest_xml.py
  2. 0 1
      subcmds/sync.py

+ 0 - 1
manifest_xml.py

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

+ 0 - 1
subcmds/sync.py

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