From 227a5574ea614905625912bd165f947876e8f907 Mon Sep 17 00:00:00 2001 From: Xinto Date: Fri, 22 Sep 2023 23:16:10 +0400 Subject: [PATCH] fix formatting --- src/main/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/index.ts b/src/main/index.ts index 47c71b0..8489d5f 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -6,7 +6,7 @@ import "./ipc"; -import {app, BrowserWindow, systemPreferences} from "electron"; +import { app, BrowserWindow, systemPreferences } from "electron"; import { checkUpdates } from "updater/main"; import { DATA_DIR } from "./constants";