Fixing space-tab mixed

GSoC/Meterpreter_Web_Console
Dhiraj Mishra 2018-04-10 20:45:38 +05:30 committed by GitHub
parent 7cbba34c83
commit 8be159bdc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ getIPs(function(ip){
values.each do |value|
begin
ip = IPAddr.new value
print_line("Fetched Private IP: #{ip.to_s}")
print_line("Fetched Private IP: #{ip.to_s}")
rescue
end
end