summaryrefslogtreecommitdiff
path: root/lib/net/ssh/errors.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/net/ssh/errors.rb')
-rw-r--r--lib/net/ssh/errors.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/net/ssh/errors.rb b/lib/net/ssh/errors.rb
index efd05fb..8fa8a4b 100644
--- a/lib/net/ssh/errors.rb
+++ b/lib/net/ssh/errors.rb
@@ -102,4 +102,5 @@ module Net
# you want to proceed anyway, simply call the remember_host! method on the
# exception, and then retry.
class HostKeyUnknown < HostKeyError; end
-end; end
+ end
+end