From a8854bc3a827cee0522755c3f64a441c35527f8e Mon Sep 17 00:00:00 2001 From: Jai <41024828+ChaiWithJai@users.noreply.github.com> Date: Fri, 17 Dec 2021 09:36:42 -0500 Subject: [PATCH] fix: remove eslint disable indent --- ui/app/controllers/jobs/job/allocations.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/app/controllers/jobs/job/allocations.js b/ui/app/controllers/jobs/job/allocations.js index 7c5c28937..2b1861ea8 100644 --- a/ui/app/controllers/jobs/job/allocations.js +++ b/ui/app/controllers/jobs/job/allocations.js @@ -12,7 +12,6 @@ import classic from 'ember-classic-decorator'; @classic export default class AllocationsController extends Controller.extend( - /*eslint-disable indent */ Sortable, Searchable, WithNamespaceResetting