]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager6/qemu/SSHKey.js
ui: eslint: fix various spacing related issues
[pve-manager.git] / www / manager6 / qemu / SSHKey.js
index 9ea8d834c70a3a2cb3187345789199ace1b971e0..89eefd4984afe67b08310991d25d84b8394bfe05 100644 (file)
@@ -56,7 +56,6 @@ Ext.define('PVE.qemu.SSHKeyInputPanel', {
        if (!window.FileReader) {
            me.down('#filebutton').setVisible(false);
        }
-
     },
 });
 
@@ -65,14 +64,14 @@ Ext.define('PVE.qemu.SSHKeyEdit', {
 
     width: 800,
 
-    initComponent : function() {
+    initComponent: function() {
        var me = this;
 
        var ipanel = Ext.create('PVE.qemu.SSHKeyInputPanel');
 
        Ext.apply(me, {
            subject: gettext('SSH Keys'),
-           items: [ ipanel ],
+           items: [ipanel],
        });
 
        me.callParent();