Remove whitespace at end of line

pull/2522/head
Hongarc 5 years ago committed by Conduitry
parent e7885f2cb1
commit 50cf49a884

@ -11,8 +11,8 @@
} }
</script> </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} {#if threshold >= number}
<div transition:foo>{number}</div> <div transition:foo>{number}</div>
{/if} {/if}
{/each} {/each}

Loading…
Cancel
Save