From: Thomas Lamprecht Date: Wed, 11 May 2022 13:40:02 +0000 (+0200) Subject: safe destroy: indentation fix X-Git-Url: https://git.proxmox.com/?p=proxmox-widget-toolkit.git;a=commitdiff_plain;h=66cc6d92b81808818ba6f533a0ad19dd54e7c77c safe destroy: indentation fix Signed-off-by: Thomas Lamprecht --- 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',