From b11bb9527ab30cf21ddf3588e807b568f335bd83 Mon Sep 17 00:00:00 2001 From: Ankit Singhaniya Date: Wed, 18 Aug 2021 12:31:05 +0530 Subject: [PATCH] fix formatting --- src/utils.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/utils.js b/src/utils.js index f79a3de1..6f8ab67f 100644 --- a/src/utils.js +++ b/src/utils.js @@ -90,7 +90,11 @@ export async function connectToLocalDatabase(filepath) { config.set('lastSelectedFilePath', filepath); } -export async function showMessageDialog({ message, description, buttons = [] }) { +export async function showMessageDialog({ + message, + description, + buttons = [] +}) { let buttonLabels = buttons.map(a => a.label); const { response } = await remote.dialog.showMessageBox( remote.getCurrentWindow(),