Commit 2dad2438 authored by Bryce Johnson's avatar Bryce Johnson

Remove block padding.

parent 34b45db4
......@@ -20,7 +20,6 @@
return approvers.length === 1 ? approvers[0].name :
approvers.reduce((memo, curr, index) => {
const nextMemo = `${memo}${curr.name}`;
if (index === approvers.length - 2) { // second to last index
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment