1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* remove trailing spaces.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47692 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
svn 2014-09-23 07:08:16 +00:00
parent 96245d6dd3
commit f10a2f43a3

View file

@ -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.