# File lib/awesome_print/formatters/hash_formatter.rb, line 14
      def format
        if hash.empty?
          empty_hash
        elsif multiline_hash?
          multiline_hash
        else
          simple_hash
        end
      end