Fix new rubocop warnings
This commit is contained in:
parent
52d40ee42b
commit
0654be27f9
16 changed files with 67 additions and 63 deletions
|
@ -86,7 +86,7 @@ rescue StandardError => e
|
|||
puts "<p><em>Exception: #{e}</em><br />#{e.backtrace.join('<br />')}</p>"
|
||||
end
|
||||
|
||||
puts "<p>Report took #{(Time.new - start_time)} seconds to run</p>"
|
||||
puts "<p>Report took #{Time.new - start_time} seconds to run</p>"
|
||||
puts "</body>"
|
||||
puts "</html>"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue