Skip to content

Commit a54945c

Browse files
committed
whitespace
1 parent ff63e6e commit a54945c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/msf/core/exploit/ssh.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
module Msf
22
module Exploit::Remote::SSH
3-
43
def ssh_socket_factory
5-
Rex::Socket::SSHFactory.new(framework,self, datastore['Proxies'])
4+
Rex::Socket::SSHFactory.new(framework, self, datastore['Proxies'])
65
end
76
end
8-
end
7+
end

0 commit comments

Comments
 (0)