indent()

in cs-walkthrough/functions/reporter.js [73:75]


  indent() {
    return Array(this._indents).join('  ');
  }