From 87b418adee1ee5a3d66a007df0f25b188682004a Mon Sep 17 00:00:00 2001 From: 4eb0da Date: Thu, 5 May 2022 21:54:05 +0300 Subject: [PATCH] Convert indent to tabs --- .../Child.svelte | 28 +++++------ .../InnerChild.svelte | 14 +++--- .../main.svelte | 46 +++++++++---------- .../Child.svelte | 28 +++++------ .../InnerChild.svelte | 14 +++--- .../main.svelte | 46 +++++++++---------- 6 files changed, 88 insertions(+), 88 deletions(-) diff --git a/test/runtime/samples/component-binding-each-remount-keyed/Child.svelte b/test/runtime/samples/component-binding-each-remount-keyed/Child.svelte index 97ea7670ad..e6cbf9d1d0 100644 --- a/test/runtime/samples/component-binding-each-remount-keyed/Child.svelte +++ b/test/runtime/samples/component-binding-each-remount-keyed/Child.svelte @@ -1,21 +1,21 @@
- {#each list as item (item)} - - {/each} + {#each list as item (item)} + + {/each}
diff --git a/test/runtime/samples/component-binding-each-remount-keyed/InnerChild.svelte b/test/runtime/samples/component-binding-each-remount-keyed/InnerChild.svelte index 8ef7d6fac6..f0b5d57a82 100644 --- a/test/runtime/samples/component-binding-each-remount-keyed/InnerChild.svelte +++ b/test/runtime/samples/component-binding-each-remount-keyed/InnerChild.svelte @@ -1,14 +1,14 @@ - {val} + {val} \ No newline at end of file diff --git a/test/runtime/samples/component-binding-each-remount-keyed/main.svelte b/test/runtime/samples/component-binding-each-remount-keyed/main.svelte index 561e3111c7..7f4c448d8f 100644 --- a/test/runtime/samples/component-binding-each-remount-keyed/main.svelte +++ b/test/runtime/samples/component-binding-each-remount-keyed/main.svelte @@ -1,35 +1,35 @@ {#each vals as val, index (val)} - + {/each} diff --git a/test/runtime/samples/component-binding-each-remount-unkeyed/Child.svelte b/test/runtime/samples/component-binding-each-remount-unkeyed/Child.svelte index 6b01368e24..8b7edc10f4 100644 --- a/test/runtime/samples/component-binding-each-remount-unkeyed/Child.svelte +++ b/test/runtime/samples/component-binding-each-remount-unkeyed/Child.svelte @@ -1,21 +1,21 @@
- {#each list as item} - - {/each} + {#each list as item} + + {/each}
diff --git a/test/runtime/samples/component-binding-each-remount-unkeyed/InnerChild.svelte b/test/runtime/samples/component-binding-each-remount-unkeyed/InnerChild.svelte index 8ef7d6fac6..f0b5d57a82 100644 --- a/test/runtime/samples/component-binding-each-remount-unkeyed/InnerChild.svelte +++ b/test/runtime/samples/component-binding-each-remount-unkeyed/InnerChild.svelte @@ -1,14 +1,14 @@ - {val} + {val} \ No newline at end of file diff --git a/test/runtime/samples/component-binding-each-remount-unkeyed/main.svelte b/test/runtime/samples/component-binding-each-remount-unkeyed/main.svelte index 561e3111c7..7f4c448d8f 100644 --- a/test/runtime/samples/component-binding-each-remount-unkeyed/main.svelte +++ b/test/runtime/samples/component-binding-each-remount-unkeyed/main.svelte @@ -1,35 +1,35 @@ {#each vals as val, index (val)} - + {/each}