Fix new rubocop warnings

This commit is contained in:
Tom Hughes 2021-01-11 19:14:00 +00:00
parent 52d40ee42b
commit 0654be27f9
16 changed files with 67 additions and 63 deletions

View file

@ -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>"