From 18be5946d49f45d64366a5794d82c902001bbd2e Mon Sep 17 00:00:00 2001 From: Babak F Date: Sat, 24 Apr 2021 02:38:19 -0700 Subject: [PATCH] Format. --- site/content/tutorial/04-logic/05-keyed-each-blocks/text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/tutorial/04-logic/05-keyed-each-blocks/text.md b/site/content/tutorial/04-logic/05-keyed-each-blocks/text.md index 4affb89cd6..aa7e3fcf0f 100644 --- a/site/content/tutorial/04-logic/05-keyed-each-blocks/text.md +++ b/site/content/tutorial/04-logic/05-keyed-each-blocks/text.md @@ -10,7 +10,7 @@ To do that, we specify a unique identifier for the `each` block: ```html {#each things as thing (thing.id)} - + {/each} ```