about summary refs log tree commit diff
path: root/src/etc/latest-unix-snaps.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/etc/latest-unix-snaps.py')
-rwxr-xr-xsrc/etc/latest-unix-snaps.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/etc/latest-unix-snaps.py b/src/etc/latest-unix-snaps.py
index 7a2ddba3a16..7cecf837161 100755
--- a/src/etc/latest-unix-snaps.py
+++ b/src/etc/latest-unix-snaps.py
@@ -52,5 +52,3 @@ def download_new_file (date, rev, platform, hsh):
 for ff in newestSet["files"]:
    download_new_file (newestSet["date"], newestSet["rev"],
                       ff["platform"], ff["hash"])
-
-