From cc41d8834f60efd26a6676c03adb000df69d218b Mon Sep 17 00:00:00 2001 From: Conduitry Date: Wed, 22 Jan 2020 06:27:09 -0500 Subject: [PATCH] whitespace --- test/runtime/samples/component-slot-nested-if/main.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/runtime/samples/component-slot-nested-if/main.svelte b/test/runtime/samples/component-slot-nested-if/main.svelte index 52ce86f13f..727927b157 100644 --- a/test/runtime/samples/component-slot-nested-if/main.svelte +++ b/test/runtime/samples/component-slot-nested-if/main.svelte @@ -4,7 +4,7 @@ - {#if foo} + {#if foo} {foo} - {/if} + {/if}