fix newline-before-block diffs caused by code builder adjustments

pull/7738/head
Chris Reeves 7 years ago
parent 4f4577aef3
commit 6dc5e2a6fc

@ -86,6 +86,7 @@ function create_fragment($$, ctx) {
d(detach) {
if_block.d(detach);
if (detach) {
detachNode(if_block_anchor);
}

@ -62,6 +62,7 @@ function create_fragment($$, ctx) {
d(detach) {
if (if_block) if_block.d(detach);
if (detach) {
detachNode(if_block_anchor);
}

@ -237,11 +237,13 @@ function create_fragment($$, ctx) {
if (if_block1) if_block1.d();
if (if_block2) if_block2.d();
if (if_block3) if_block3.d();
if (detach) {
detachNode(text7);
}
if (if_block4) if_block4.d(detach);
if (detach) {
detachNode(if_block4_anchor);
}

Loading…
Cancel
Save