diff options
author | David Pursehouse <dpursehouse@collab.net> | 2020-02-12 11:37:41 +0900 |
---|---|---|
committer | David Pursehouse <dpursehouse@collab.net> | 2020-02-12 02:58:17 +0000 |
commit | 8f9e02231a175b1d1e77476df98c3a1625b46d9f (patch) | |
tree | 4e90a81812a699987805d42d1c1e226614862606 /manifest_xml.py | |
parent | 348e218d5b85dc1f497e43a8822ecc8ab73df65e (diff) | |
download | git-repo-8f9e02231a175b1d1e77476df98c3a1625b46d9f.tar.gz |
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>
Diffstat (limited to 'manifest_xml.py')
-rw-r--r-- | manifest_xml.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/manifest_xml.py b/manifest_xml.py index b92b2675..e951bbf5 100644 --- a/manifest_xml.py +++ b/manifest_xml.py | |||
@@ -1134,4 +1134,3 @@ class GitcManifest(XmlManifest): | |||
1134 | """Output GITC Specific Project attributes""" | 1134 | """Output GITC Specific Project attributes""" |
1135 | if p.old_revision: | 1135 | if p.old_revision: |
1136 | e.setAttribute('old-revision', str(p.old_revision)) | 1136 | e.setAttribute('old-revision', str(p.old_revision)) |
1137 | |||