From d074a9d54a44c1112f6dd142cf88a5313548fe81 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sat, 25 Jan 2025 15:05:22 +0800 Subject: [PATCH] format code --- src/lib/ui/mobile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ui/mobile.ts b/src/lib/ui/mobile.ts index d7bd4c3a..177c0992 100644 --- a/src/lib/ui/mobile.ts +++ b/src/lib/ui/mobile.ts @@ -57,7 +57,7 @@ export function showConfirm(message: string, confirmCallback: (dialog: Dialog.Di }); } -export function showToast(message: string, timeout: number | undefined, translateFn: TranslateFunction):void { +export function showToast(message: string, timeout: number | undefined, translateFn: TranslateFunction): void { f7ready((f7) => { f7.toast.create({ text: translateError(message, translateFn),