From 7fcc56c931c17f3c4d47cfae7ff4e49aa48beee0 Mon Sep 17 00:00:00 2001 From: Wurielle Date: Sat, 18 Jan 2025 22:39:59 +0000 Subject: [PATCH] style: prettier formatting --- apps/app/src/electron/app.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/app/src/electron/app.ts b/apps/app/src/electron/app.ts index 51f2837a..a0a7f33e 100644 --- a/apps/app/src/electron/app.ts +++ b/apps/app/src/electron/app.ts @@ -122,7 +122,9 @@ const App = () => { app.on('ready', async () => { if (isDevelopment) { try { - await ((installExtension as any).default as typeof installExtension)(VUEJS_DEVTOOLS) + await ((installExtension as any).default as typeof installExtension)( + VUEJS_DEVTOOLS, + ) } catch (e) { console.error( 'Vue Devtools failed to install:',