remove empty line

pull/7280/head
yosuke ota 4 years ago
parent 03dff46522
commit 21a00bd43d

@ -127,7 +127,6 @@ export default class FragmentWrapper {
if (strip_whitespace) { if (strip_whitespace) {
const first = this.nodes[0] as Text; const first = this.nodes[0] as Text;
if (first && first.node.type === 'Text' && !first.node.keep_space()) { if (first && first.node.type === 'Text' && !first.node.keep_space()) {
first.data = trim_start(first.data); first.data = trim_start(first.data);
if (!first.data) { if (!first.data) {

Loading…
Cancel
Save