Skip to content

Commit 9363056

Browse files
committed
fix: remove empty line
1 parent 47b115b commit 9363056

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/angular/src/providers/nav-controller.ts

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ export class NavController {
4141
const id = ev.restoredState ? ev.restoredState.navigationId : ev.id;
4242
this.guessAnimation = this.guessDirection = id < this.lastNavId ? 'back' : 'forward';
4343
this.lastNavId = this.guessDirection === 'forward' ? ev.id : id;
44-
4544
}
4645
});
4746
}

0 commit comments

Comments
 (0)