Skip to content

Commit b7139da

Browse files
committed
Clean up whitespace
1 parent 776dd57 commit b7139da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/exploit/http/server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ def get_uri(cli=self.cli)
425425
host = "[#{host}]"
426426
end
427427

428-
if datastore['URIPORT'] && datastore['URIPORT'] != 0
428+
if datastore['URIPORT'] && datastore['URIPORT'] != 0
429429
port = ':' + datastore['URIPORT'].to_s
430430
elsif (ssl and datastore["SRVPORT"] == 443)
431431
port = ''

0 commit comments

Comments
 (0)