From ef171629ed9267961122be7bc9222909d85e6265 Mon Sep 17 00:00:00 2001 From: Luiz Aoqui Date: Thu, 21 Oct 2021 16:16:16 -0400 Subject: [PATCH] ui: revert conflicting prettier rule --- ui/app/controllers/clients/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/app/controllers/clients/index.js b/ui/app/controllers/clients/index.js index ab51dea94be..1bc6c105a89 100644 --- a/ui/app/controllers/clients/index.js +++ b/ui/app/controllers/clients/index.js @@ -12,9 +12,9 @@ import classic from 'ember-classic-decorator'; @classic export default class IndexController extends Controller.extend( - SortableFactory(['id', 'name', 'compositeStatus', 'datacenter', 'version']), - Searchable -) { + SortableFactory(['id', 'name', 'compositeStatus', 'datacenter', 'version']), + Searchable + ) { @service userSettings; @controller('clients') clientsController;