From 3445ad7d2cbb57525fdcc291dee73f81ff3abf42 Mon Sep 17 00:00:00 2001
From: Daniel <845765@qq.com>
Date: Wed, 29 Oct 2025 16:14:45 +0800
Subject: [PATCH] :art: Clean code
Signed-off-by: Daniel <845765@qq.com>
---
app/src/protyle/export/index.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/src/protyle/export/index.ts b/app/src/protyle/export/index.ts
index 306a71cdf..a1f8ed181 100644
--- a/app/src/protyle/export/index.ts
+++ b/app/src/protyle/export/index.ts
@@ -28,7 +28,7 @@ const getIconScript = (servePath: string) => {
const isBuiltInIcon = ["ant", "material"].includes(window.siyuan.config.appearance.icon);
const html = isBuiltInIcon ? "" : ``;
return html + ``;
-}
+};
export const saveExport = (option: IExportOptions) => {
/// #if BROWSER