zack
feat: πŸš€ Update Chat-nFace configurations
a053984
raw
history blame
120 Bytes
'use strict';
function cleanWhitespace(node, item, list) {
list.remove(item);
}
module.exports = cleanWhitespace;