# File lib/cucumber/formatter/pretty.rb, line 51
      def after_tags(tags)
        if @indent == 1
          @io.puts
          @io.flush
        end
      end