Skip to content

Commit 78e3105

Browse files
committed
Readability style change
1 parent 8e3d803 commit 78e3105

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

modules/auxiliary/scanner/http/title.rb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,10 @@ def run
4545
def run_host(target_host)
4646
begin
4747
# Send a normal GET request
48-
res = send_request_cgi('uri' => '/',
49-
'method' => 'GET')
48+
res = send_request_cgi(
49+
'uri' => '/',
50+
'method' => 'GET'
51+
)
5052

5153
# If no response, quit now
5254
if res.nil?

0 commit comments

Comments
 (0)