Skip to content

Commit

Permalink
fix: remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-stsm committed Oct 6, 2023
1 parent 47b115b commit 9363056
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/angular/src/providers/nav-controller.ts
Expand Up @@ -41,7 +41,6 @@ export class NavController {
const id = ev.restoredState ? ev.restoredState.navigationId : ev.id;
this.guessAnimation = this.guessDirection = id < this.lastNavId ? 'back' : 'forward';
this.lastNavId = this.guessDirection === 'forward' ? ev.id : id;

}
});
}
Expand Down

0 comments on commit 9363056

Please sign in to comment.