Skip to content

Commit e25057b

Browse files
author
jvazquez-r7
committed
Fix indent level
1 parent c406271 commit e25057b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/auxiliary/scanner/sap/sap_soap_rfc_rzl_read_dir.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ def run_host(ip)
115115
}
116116
end
117117
rescue ::Rex::ConnectionError
118-
vprint_error("#{rhost}:#{rport} - Unable to connect")
119-
return
118+
vprint_error("#{rhost}:#{rport} - Unable to connect")
119+
return
120120
end
121121
end
122122
end

0 commit comments

Comments
 (0)