diff options
author | Florian Wininger <fw.centrale@gmail.com> | 2021-10-25 15:25:57 +0200 |
---|---|---|
committer | Florian Wininger <fw.centrale@gmail.com> | 2021-10-25 15:55:44 +0200 |
commit | f79ed49dc068317fb280bd2fb554ecb0ce13a7e1 (patch) | |
tree | 32fbf2392f8225905d6cf77412f0f01dbbf82097 /lib/net/ssh/errors.rb | |
parent | cf1b4da0d56e6b0598f9d5fbc3c335011f42bc26 (diff) | |
download | net-ssh-f79ed49dc068317fb280bd2fb554ecb0ce13a7e1.tar.gz |
Fix rubocop coding style.
Lot of spacing issues :)
Diffstat (limited to 'lib/net/ssh/errors.rb')
-rw-r--r-- | lib/net/ssh/errors.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/net/ssh/errors.rb b/lib/net/ssh/errors.rb index c445459..7455fed 100644 --- a/lib/net/ssh/errors.rb +++ b/lib/net/ssh/errors.rb @@ -45,10 +45,10 @@ module Net # the remember_host! method on the exception, and then retry. class HostKeyError < Net::SSH::Exception # the callback to use when #remember_host! is called - attr_writer :callback #:nodoc: + attr_writer :callback # :nodoc: # situation-specific data describing the host (see #host, #port, etc.) - attr_writer :data #:nodoc: + attr_writer :data # :nodoc: # An accessor for getting at the data that was used to look up the host # (see also #fingerprint, #host, #port, #ip, and #key). |