format code

This commit is contained in:
MaysWind
2025-01-25 15:05:22 +08:00
parent d0274013cf
commit d074a9d54a
+1 -1
View File
@@ -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),