Skip to content

Commit 8165ae3

Browse files
committed
Remove extraneous semicolon
1 parent dac5b07 commit 8165ae3

File tree

1 file changed

+1
-1
lines changed
  • lib/msf/ui/console/command_dispatcher

1 file changed

+1
-1
lines changed

lib/msf/ui/console/command_dispatcher/db.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1678,7 +1678,7 @@ def cmd_db_nmap_help
16781678

16791679
stdout.each_line do |out_line|
16801680
next if out_line.strip.empty?
1681-
print_status(out_line.strip);
1681+
print_status(out_line.strip)
16821682
end
16831683

16841684
stderr.each_line do |err_line|

0 commit comments

Comments
 (0)