Skip to content

Commit 97abb38

Browse files
author
Robert Jackson
committed
Fix linting failure.
1 parent c8987af commit 97abb38

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/@ember/-internals/glimmer/tests/integration/components/link-to/routing-test.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -1878,7 +1878,10 @@ moduleFor(
18781878
})
18791879
);
18801880

1881-
this.addTemplate('index', `{{link-to 'Post' 'post' (hash id="someId" user=this.model.user)}}`);
1881+
this.addTemplate(
1882+
'index',
1883+
`{{link-to 'Post' 'post' (hash id="someId" user=this.model.user)}}`
1884+
);
18821885
this.addTemplate('post', 'Post: {{this.model.user.name}}');
18831886

18841887
return this.visit('/')

0 commit comments

Comments
 (0)