From e8711b78b6661eec704d45d2635454f7fbd36222 Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Thu, 10 Aug 2023 17:27:31 +0300 Subject: [PATCH] fmt --- plugins/window-state/guest-js/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/window-state/guest-js/index.ts b/plugins/window-state/guest-js/index.ts index 189afe25..167513c4 100644 --- a/plugins/window-state/guest-js/index.ts +++ b/plugins/window-state/guest-js/index.ts @@ -30,7 +30,7 @@ async function restoreWindowState(flags: StateFlags): Promise { */ async function restoreState( label: WindowLabel, - flags: StateFlags + flags: StateFlags, ): Promise { return invoke("plugin:window-state|restore_state", { label, flags }); }