]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager6/form/BusTypeSelector.js
ui: eslint: fix trailing comma and comma related whitespaces errors
[pve-manager.git] / www / manager6 / form / BusTypeSelector.js
index c886941f59349e50e51f942977cc6bdf4e27d307..13027f5a8d6afd407295d551dc67a2b131ef5bde 100644 (file)
@@ -16,5 +16,5 @@ Ext.define('PVE.form.BusTypeSelector', {
        me.comboItems.push(['scsi', 'SCSI']);
 
        me.callParent();
-    }
+    },
 });