Skip to content

Commit be1ce57

Browse files
committed
Fix style issue
1 parent 1d2af06 commit be1ce57

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
@@ -1253,7 +1253,7 @@ def cmd_loot(*args)
12531253
next
12541254
end
12551255
end
1256-
row.push( ((loot.host && loot.host.address) ? loot.host.address : "") )
1256+
row.push (loot.host && loot.host.address) ? loot.host.address : ""
12571257
if (loot.service)
12581258
svc = (loot.service.name ? loot.service.name : "#{loot.service.port}/#{loot.service.proto}")
12591259
row.push svc

0 commit comments

Comments
 (0)