From 19cd2cdcbaf130095496bfa7026e01fcca32c8b0 Mon Sep 17 00:00:00 2001 From: Mishig Davaadorj Date: Tue, 26 Sep 2023 10:31:47 +0200 Subject: [PATCH] indent error ? --- kit/preprocess.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kit/preprocess.js b/kit/preprocess.js index 057da7aa..0978710f 100644 --- a/kit/preprocess.js +++ b/kit/preprocess.js @@ -222,13 +222,13 @@ export const frameworkcontentPreprocess = { const fwContent = fwcontentBody.match(REGEX_FW)[1]; svelteSlots += ` - + - \n\n${fwContent}\n\n +\n\n${fwContent}\n\n - - - `; + + +`; } }