summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-05 10:39:02 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-05 10:39:02 +0000
commitf6338966f15c0f77b3508ff0ceef8ea9553c5063 (patch)
treeb45e7667b1602e3708e1f0f78e9f39a9289c6ce1 /tool
parent7fd8cdf398456b2da0f6fe541b77826051e60624 (diff)
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67446 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool')
-rw-r--r--tool/downloader.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/downloader.rb b/tool/downloader.rb
index dce135587c..8ec8c966f9 100644
--- a/tool/downloader.rb
+++ b/tool/downloader.rb
@@ -153,7 +153,7 @@ class Downloader
if $VERBOSE # temporary, for debugging only
$stdout.puts "Downloader#download, url='#{url}', name='#{name}', dir='#{dir}', since='#{since}', options='#{options.inspect}'"
end
-
+
options = options.dup
url = URI(url)
dryrun = options.delete(:dryrun)