Skip to content

Commit ff4a2f4

Browse files
committed
replace nbsp in test
1 parent 8ab81f0 commit ff4a2f4

File tree

1 file changed

+3
-3
lines changed
  • packages/svelte/tests/runtime-legacy/samples/dynamic-element-store

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script>
2-
import { writable } from 'svelte/store';
3-
const foo = writable('div');
2+
import { writable } from 'svelte/store';
3+
const foo = writable('div');
44
</script>
55

6-
<svelte:element this={$foo}></svelte:element>
6+
<svelte:element this={$foo}></svelte:element>

0 commit comments

Comments
 (0)