summaryrefslogtreecommitdiff
path: root/lib/net/ssh/proxy/errors.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/net/ssh/proxy/errors.rb')
-rw-r--r--lib/net/ssh/proxy/errors.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/net/ssh/proxy/errors.rb b/lib/net/ssh/proxy/errors.rb
index b7a3863..bbaf5dd 100644
--- a/lib/net/ssh/proxy/errors.rb
+++ b/lib/net/ssh/proxy/errors.rb
@@ -13,4 +13,6 @@ module Net
# Used when the server doesn't recognize the user's credentials.
class UnauthorizedError < Error; end
-end; end; end
+ end
+ end
+end