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