Skip to content

Commit

Permalink
ui: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
lgfa29 committed Dec 17, 2021
1 parent ba11511 commit 770bb05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions ui/app/controllers/jobs/job/task-group.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ import classic from 'ember-classic-decorator';

@classic
export default class TaskGroupController extends Controller.extend(
Sortable,
Searchable,
WithNamespaceResetting
) {
Sortable,
Searchable,
WithNamespaceResetting
) {
@service userSettings;
@service can;

Expand Down
1 change: 0 additions & 1 deletion ui/tests/acceptance/task-group-detail-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import TaskGroup from 'nomad-ui/tests/pages/jobs/job/task-group';
import Layout from 'nomad-ui/tests/pages/layout';
import pageSizeSelect from './behaviors/page-size-select';
import moment from 'moment';
import { pauseTest } from '@ember/test-helpers/setup-context';

let job;
let taskGroup;
Expand Down

0 comments on commit 770bb05

Please sign in to comment.