From a54945c82c19e180c3bdba53b8f1f894fcb3ec56 Mon Sep 17 00:00:00 2001 From: James Lee Date: Tue, 19 Jul 2016 16:37:19 -0500 Subject: [PATCH] whitespace --- lib/msf/core/exploit/ssh.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/msf/core/exploit/ssh.rb b/lib/msf/core/exploit/ssh.rb index 3873c4d83f..fe856aa2d3 100644 --- a/lib/msf/core/exploit/ssh.rb +++ b/lib/msf/core/exploit/ssh.rb @@ -1,8 +1,7 @@ module Msf module Exploit::Remote::SSH - def ssh_socket_factory - Rex::Socket::SSHFactory.new(framework,self, datastore['Proxies']) + Rex::Socket::SSHFactory.new(framework, self, datastore['Proxies']) end end -end \ No newline at end of file +end