Skip to content

Commit b8f7c80

Browse files
committed
Rubocop
1 parent 8308c2a commit b8f7c80

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

modules/auxiliary/scanner/http/title.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,10 @@ def initialize
3131
end
3232

3333
def run
34-
35-
if datastore['STORE_NOTES']==false && datastore['SHOW_ERRORS']==false && datastore['SHOW_TITLES']==false
36-
print_error("Notes storage is false, errors have been turned off and titles are not being shown on the console. There isn't much point in running this module.")
34+
if datastore['STORE_NOTES'] == false && datastore['SHOW_ERRORS'] == false && datastore['SHOW_TITLES'] == false
35+
print_error("Notes storage is false, errors have been turned off and titles are not being shown on the console. There isn't much point in running this module.")
3736
else
38-
super
37+
super
3938
end
4039
end
4140

0 commit comments

Comments
 (0)