summaryrefslogtreecommitdiff
path: root/lib/net/ssh/loggable.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/net/ssh/loggable.rb')
-rw-r--r--lib/net/ssh/loggable.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/net/ssh/loggable.rb b/lib/net/ssh/loggable.rb
index 248e173..50b26bf 100644
--- a/lib/net/ssh/loggable.rb
+++ b/lib/net/ssh/loggable.rb
@@ -59,4 +59,5 @@ module Net
@facility ||= self.class.name.gsub(/::/, ".").gsub(/([a-z])([A-Z])/, "\\1_\\2").downcase + "[%x]" % object_id
end
end
-end; end \ No newline at end of file
+ end
+end \ No newline at end of file