format()
in
ui/rules.js [89:91]
3
lines of code
1
McCabe index (conditional complexity)
format(inputs) { return `after change/${inputs[0]} ${inputs[1]}`; }