Fixing space-tab mixed
parent
7cbba34c83
commit
8be159bdc7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue