Skip to content

Commit 89adaa9

Browse files
committed
lint:fix
1 parent e78afda commit 89adaa9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

addon/src/services/page-title.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default class PageTitleService extends Service {
4444

4545
// in fastboot context "document" is instance of
4646
// ember-fastboot/simple-dom document
47-
@service('-document') private declare document: FastBootDocument;
47+
@service('-document') declare private document: FastBootDocument;
4848

4949
tokens: PageTitleToken[] = [];
5050

0 commit comments

Comments
 (0)