diff options
author | Daniel Niknam <[email protected]> | 2021-08-23 23:02:57 +1000 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-08-31 19:06:14 +0900 |
commit | 7067005f2314b8c4927d53f37825941fe43a66c3 () | |
tree | c7c6e89d048ec716ebcd02e407dba1310255520b /lib/rubygems/remote_fetcher.rb | |
parent | d73dc8e937b8712878af3d744f0aec61d48c136d (diff) |
[rubygems/rubygems] Bring back the empty line that was removed previously by mistake
https://.com/rubygems/rubygems/commit/ffb480ca7a
Notes: Merged: https://.com/ruby/ruby/pull/4789
-rw-r--r-- | lib/rubygems/remote_fetcher.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ class Gem::RemoteFetcher class FetchError < Gem::Exception ## # The URI which was being accessed when the exception happened. attr_accessor :uri, :original_uri def initialize(message, uri) |