lib/rubocop/formatter/html_formatter.rb in rubocop-1.39.0 vs lib/rubocop/formatter/html_formatter.rb in rubocop-1.40.0
- old
+ new
@@ -1,10 +1,10 @@
# frozen_string_literal: true
+require 'base64'
require 'cgi'
require 'erb'
require 'ostruct'
-require 'base64'
module RuboCop
module Formatter
# This formatter saves the output as an html file.
class HTMLFormatter < BaseFormatter