From ad1a4d64bc31e851012d8c55510923294abf817c Mon Sep 17 00:00:00 2001 From: Conduitry Date: Thu, 23 Apr 2020 09:02:53 -0400 Subject: [PATCH] indentation --- .../samples/slot-if-block-update-no-anchor/main.svelte | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/runtime/samples/slot-if-block-update-no-anchor/main.svelte b/test/runtime/samples/slot-if-block-update-no-anchor/main.svelte index b87dd04df6..7960f35bc9 100644 --- a/test/runtime/samples/slot-if-block-update-no-anchor/main.svelte +++ b/test/runtime/samples/slot-if-block-update-no-anchor/main.svelte @@ -1,9 +1,9 @@ - - {#if enabled}enabled{/if} - + + {#if enabled}enabled{/if} +