lint: indentation

This commit is contained in:
Clem 2023-01-30 16:03:23 +01:00 committed by Eugene
parent ce6ed5267c
commit f095a3abec

View file

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