# File lib/rspec/core/formatters/html_formatter.rb, line 154
        def current_indentation
          "style=\"margin-left: #{(example_group.ancestors.size - 1) * 15}px;\""
        end