Spaces:
Configuration error
Configuration error
File size: 120 Bytes
a053984 |
1 2 3 4 5 6 7 8 |
'use strict';
function cleanWhitespace(node, item, list) {
list.remove(item);
}
module.exports = cleanWhitespace;
|