From 75d9b9fea378e52f2b1e2a3e9041632746bb40b3 Mon Sep 17 00:00:00 2001 From: David Feldhoff Date: Sat, 3 Apr 2021 20:44:18 +0200 Subject: [PATCH] format file --- vscode-extension/src/Services/WebPanelCommandService.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vscode-extension/src/Services/WebPanelCommandService.ts b/vscode-extension/src/Services/WebPanelCommandService.ts index 3b7cadc..75235ff 100644 --- a/vscode-extension/src/Services/WebPanelCommandService.ts +++ b/vscode-extension/src/Services/WebPanelCommandService.ts @@ -179,17 +179,17 @@ export class WebPanelCommandService { await this.excelService.export(entries); WebPanel.postMessage(null); } - + async GetConfigurationCommand(message: IMessageBase) { // TODO - let setting = false; - WebPanel.postMessage({ Command: 'GetConfiguration', setting}); + let setting = false; + WebPanel.postMessage({ Command: 'GetConfiguration', setting }); } async SetConfigurationCommand(message: IMessageBase) { // TODO //let setting = message.Data as boolean; // - WebPanel.postMessage({Command: 'SetConfiguration', Data: null}); + WebPanel.postMessage({ Command: 'SetConfiguration', Data: null }); } } \ No newline at end of file