Skip to content

Commit 975c2ad

Browse files
committed
Fixed spaces issues
1 parent b032f2c commit 975c2ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/auxiliary/scanner/elasticsearch/es_enum.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def initialize
2323
'License' => MSF_LICENSE
2424
)
2525
register_options(
26-
[
26+
[
2727
Opt::RPORT(9200)
2828
]
2929
)
@@ -54,7 +54,7 @@ def run_host(target_host)
5454

5555
if (res.code == 200)
5656
temp.each do |index|
57-
print_good("Index : " + index[0])
57+
print_good("Index : " + index[0])
5858
end
5959
end
6060

0 commit comments

Comments
 (0)