From 19aa38f4c29ea2349207a25292d1970ce596b3f1 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Sun, 15 Sep 2024 00:25:51 +0800 Subject: style: Reformat code --- src/editor.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/editor.mjs b/src/editor.mjs index b93f9ba..67f0d6a 100644 --- a/src/editor.mjs +++ b/src/editor.mjs @@ -227,7 +227,7 @@ const insideCodeblockForMap = (anchor) => { const content = cm.getLine(line) if (content === '```map') { return true - } else if (content === '```'){ + } else if (content === '```') { return false } line = line - 1 -- cgit v1.2.3-70-g09d2