# File lib/kwala/actions/code_formatting.rb, line 308
  def initialize
    @summary = Hash.new(0)
    @details = []
    @seen_files = []
  end