Skip to content

Commit a7de68f

Browse files
committed
chore: fix lint
1 parent 0bc1bda commit a7de68f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: nativescript-angular/router/ns-location-strategy.ts

+1
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ export class NSLocationStrategy extends LocationStrategy {
170170
if (outlet && this.updateStates(outlet, segmentGroup, this.currentUrlTree.queryParams)) {
171171
this.currentOutlet = outlet; // If states updated
172172
} else if (!outlet) {
173+
// tslint:disable-next-line:max-line-length
173174
const rootOutlet = this.createOutlet("primary", null, segmentGroup, null, null, this.currentUrlTree.queryParams);
174175
this.currentOutlet = rootOutlet;
175176
}

0 commit comments

Comments
 (0)