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:
parent
96245d6dd3
commit
f10a2f43a3
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue