From 9615a42c9f065188024423a28b603cb93dad18d4 Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Sun, 3 Jul 2022 07:52:30 +0200 Subject: [PATCH] chore: update formatter examples template to avoid markdown lint error (#16085) --- templates/formatter-examples.md.ejs | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/formatter-examples.md.ejs b/templates/formatter-examples.md.ejs index e4909526d01..a1cae6d4d82 100644 --- a/templates/formatter-examples.md.ejs +++ b/templates/formatter-examples.md.ejs @@ -59,6 +59,7 @@ function addOne(i) { <%= formatterResults[formatterName].result %> ``` <% } else {-%> + <% } -%> <% }) -%>