From 6c7d0c8f24d31703f85190c62e0df93403d486c9 Mon Sep 17 00:00:00 2001 From: coredev-uk Date: Thu, 4 Aug 2022 20:14:27 +0000 Subject: [PATCH] chore: Prettified Code ci skip --- src/main/base/utils.ts | 4 ++-- src/main/index.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/base/utils.ts b/src/main/base/utils.ts index b9d09a32..fa408519 100644 --- a/src/main/base/utils.ts +++ b/src/main/base/utils.ts @@ -27,7 +27,7 @@ export class utils { }, seek: (seconds: number) => { bw.win.webContents.executeJavaScript(`MusicKit.getInstance().seekToTime(${seconds})`); - } + }, }; /** * Paths for the application to use @@ -42,7 +42,7 @@ export class utils { ciderCache: path.resolve(app.getPath("userData"), "CiderCache"), themes: path.resolve(app.getPath("userData"), "Themes"), plugins: path.resolve(app.getPath("userData"), "Plugins"), - externals: path.resolve(app.getPath("userData"), "externals") + externals: path.resolve(app.getPath("userData"), "externals"), }; /** diff --git a/src/main/index.ts b/src/main/index.ts index a13fed82..8b88d3d8 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -27,8 +27,8 @@ Sentry({ new Store(); const Cider = new AppEvents(); const CiderPlug = new Plugins(); - //to trigger the prettier test - console.log("hello world") +//to trigger the prettier test +console.log("hello world"); /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * App Event Handlers