aboutsummaryrefslogtreecommitdiffstats
path: root/tool/downloader.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/downloader.rb')
-rw-r--r--tool/downloader.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/downloader.rb b/tool/downloader.rb
index 7c29132d7b..f212442d71 100644
--- a/tool/downloader.rb
+++ b/tool/downloader.rb
@@ -8,7 +8,7 @@ class Downloader
rescue => e
raise "failed to download #{name}\n#{e.message}: #{url}"
end
-
+
# Update a file from url if newer version is available.
# Creates the file if the file doesn't yet exist; however, the
# directory where the file is being created has to exist already.