Remove whitespace at end of line

pull/7738/head
Hongarc 7 years ago committed by Conduitry
parent a4fea823f8
commit bfd2a3b903

@ -11,8 +11,8 @@
}
</script>
{#each [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] as number}
{#each [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] as number}
{#if threshold >= number}
<div transition:foo>{number}</div>
{/if}
{/each}
{/each}

Loading…
Cancel
Save