Skip to content

Commit b14e691

Browse files
authored
[fix] remove redundant spaces (sveltejs#209)
Removed redundant whitespaces to make it consistent with `app-a` and docs code style in general
1 parent 1c3bebf commit b14e691

File tree

1 file changed

+1
-1
lines changed
  • content/tutorial/01-svelte/06-bindings/03-checkbox-inputs/app-b/src/lib

1 file changed

+1
-1
lines changed

content/tutorial/01-svelte/06-bindings/03-checkbox-inputs/app-b/src/lib/App.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
</p>
2020
{/if}
2121

22-
<button disabled={!yes}> Subscribe </button>
22+
<button disabled={!yes}>Subscribe</button>

0 commit comments

Comments
 (0)