From 66cc6d92b81808818ba6f533a0ad19dd54e7c77c Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 11 May 2022 15:40:02 +0200 Subject: [PATCH] safe destroy: indentation fix Signed-off-by: Thomas Lamprecht --- src/window/SafeDestroy.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/window/SafeDestroy.js b/src/window/SafeDestroy.js index 474c21e..ad12dd5 100644 --- a/src/window/SafeDestroy.js +++ b/src/window/SafeDestroy.js @@ -124,9 +124,11 @@ Ext.define('Proxmox.window.SafeDestroy', { me.items = [ { xtype: 'component', - cls: [Ext.baseCSSPrefix + 'message-box-icon', - Ext.baseCSSPrefix + 'message-box-warning', - Ext.baseCSSPrefix + 'dlg-icon'], + cls: [ + Ext.baseCSSPrefix + 'message-box-icon', + Ext.baseCSSPrefix + 'message-box-warning', + Ext.baseCSSPrefix + 'dlg-icon', + ], }, { xtype: 'container',