Skip to content

Commit ff210a7

Browse files
committed
delete parenthesis
1 parent 2d8c7a7 commit ff210a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/gather/chromecast_wifi.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def initialize(info = {})
3030
def run
3131
res = scan
3232

33-
return unless (res && res.code == 200)
33+
return unless res && res.code == 200
3434

3535
waps = Rex::Ui::Text::Table.new(
3636
'Header' => 'Wireless Access Points',

0 commit comments

Comments
 (0)