# File lib/ruport/formatter/html.rb, line 91
    def build_grouping_body
      case style
      when :inline
        render_inline_grouping(options)
      when :justified
        render_justified_grouping
      end
    end