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

pull/1978/head
Chris Reeves 6 years ago
parent 1f77ee3461
commit 057298a79f

@ -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