From 4d9bccebd07be793993eefd8b1b3c4c2071079b9 Mon Sep 17 00:00:00 2001 From: booploops Date: Fri, 23 Sep 2022 07:43:42 +0000 Subject: [PATCH] chore: Prettified Code [ci skip] --- src/renderer/main/ciderfrontapi.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/renderer/main/ciderfrontapi.js b/src/renderer/main/ciderfrontapi.js index 95a57919..6b87ad3f 100644 --- a/src/renderer/main/ciderfrontapi.js +++ b/src/renderer/main/ciderfrontapi.js @@ -3,8 +3,8 @@ const CiderFrontAPI = { MenuEntry: function () { this.id = ""; this.name = ""; - this.onClick = () => { }; - this.top = false + this.onClick = () => {}; + this.top = false; }, }, AddMenuEntry(entry) {