From 8abd830c7d77f056f4936967aea07429afc0b718 Mon Sep 17 00:00:00 2001 From: Ned Schwartz Date: Mon, 5 Feb 2024 15:54:23 -0500 Subject: [PATCH] closing fence --- docs/rules/no-then.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/rules/no-then.md b/docs/rules/no-then.md index f010fb2d..3937bbf9 100644 --- a/docs/rules/no-then.md +++ b/docs/rules/no-then.md @@ -36,6 +36,7 @@ async function countProcessedData(url) { const data = await downloadData(url); return data.length } +``` ```js async function getProcessedData(url) {