Skip to content

Commit

Permalink
Make rubocop happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Feb 15, 2024
1 parent c85702c commit 3ea585d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ronin/masscan/cli/commands/print.rb
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def print_records_for_ip(ip,records)
puts "[ #{ip} ]"
puts

records.group_by(&:port).each do |port,port_records|
records.group_by(&:port).each_value do |port_records|
status = port_records.first
banners = port_records[1..]

Expand Down

0 comments on commit 3ea585d

Please sign in to comment.