From f095a3abecba96d601d289e5c8a0cfdefac05418 Mon Sep 17 00:00:00 2001 From: Clem Date: Mon, 30 Jan 2023 16:03:23 +0100 Subject: [PATCH] lint: indentation --- .../src/components/configSyncSettingsTab.component.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tabby-settings/src/components/configSyncSettingsTab.component.ts b/tabby-settings/src/components/configSyncSettingsTab.component.ts index 0903c600..d4fb657d 100644 --- a/tabby-settings/src/components/configSyncSettingsTab.component.ts +++ b/tabby-settings/src/components/configSyncSettingsTab.component.ts @@ -112,9 +112,9 @@ export class ConfigSyncSettingsTabComponent extends BaseComponent { if ((await this.platform.showMessageBox({ type: 'warning', message: this.translate.instant('Delete the config on the remote side?'), - buttons: [ - this.translate.instant('Delete'), - this.translate.instant('Cancel'), + buttons: [ + this.translate.instant('Delete'), + this.translate.instant('Cancel'), ], defaultId: 1, cancelId: 1,