chore: Prettified Code

ci skip
This commit is contained in:
coredev-uk 2022-08-04 20:14:27 +00:00 committed by cider-chore[bot]
parent 23499aa2b3
commit 6c7d0c8f24
2 changed files with 4 additions and 4 deletions

View file

@ -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"),
};
/**

View file

@ -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