From 86580a8460961f691f1a9d7ba468deb44cd1c72a Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Thu, 1 Nov 2018 11:36:40 +0000 Subject: [PATCH] style(router): remove trailing whitespace (#26891) PR Close #26891 --- packages/router/src/interfaces.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/router/src/interfaces.ts b/packages/router/src/interfaces.ts index 47fa23dc9c..9d5fb127a3 100644 --- a/packages/router/src/interfaces.ts +++ b/packages/router/src/interfaces.ts @@ -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 {