style(router): remove trailing whitespace (#26891)

PR Close #26891
This commit is contained in:
Pete Bacon Darwin 2018-11-01 11:36:40 +00:00 committed by Igor Minar
parent 8634d0bcd8
commit 86580a8460
1 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ export type CanActivateFn = (route: ActivatedRouteSnapshot, state: RouterStateSn
* navigation will be cancelled. If any guard returns a `UrlTree`, current navigation will
* be cancelled and a new navigation will be kicked off to the `UrlTree` returned from the
* guard.
*
*
* ```
* class UserToken {}
* class Permissions {
@ -185,7 +185,7 @@ export type CanActivateChildFn = (childRoute: ActivatedRouteSnapshot, state: Rou
* navigation will be cancelled. If any guard returns a `UrlTree`, current navigation will
* be cancelled and a new navigation will be kicked off to the `UrlTree` returned from the
* guard.
*
*
* ```
* class UserToken {}
* class Permissions {