Skip to content

Commit e26c8df

Browse files
authored
Merge pull request #785 from rajakvk/rk-775-fix-linting-error-9
Fix prettier error #775
2 parents e3c69d6 + 8eb17ec commit e26c8df

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/unit/services/head-data-test.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
/* eslint-disable prettier/prettier */
21
import { module, test } from 'qunit';
32
import { setupTest } from 'ember-qunit';
43

5-
module('Unit | Service | head-data', function(hooks) {
4+
module('Unit | Service | head-data', function (hooks) {
65
setupTest(hooks);
76

87
// TODO: Replace this with your real tests.
9-
test('it exists', function(assert) {
8+
test('it exists', function (assert) {
109
let service = this.owner.lookup('service:head-data');
1110
assert.ok(service);
1211
});

0 commit comments

Comments
 (0)