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 }); }