format()

in ui/rules.js [77:79]


  format(inputs) {
    return `after ${inputs[0]}` + (inputs[1] ? ` in ${inputs[1]}` : '');
  }