Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 27c050b

Browse files
committed
style: fix formatting
1 parent f66ce09 commit 27c050b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/angular2/src/router/route_registry.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,7 @@ export class RouteRegistry {
167167
}
168168

169169
if (normalizedLinkParams.length < 2) {
170-
throw new BaseException(
171-
`Link "${ListWrapper.toJSON(linkParams)}" must include a route name.`);
170+
throw new BaseException(`Link "${ListWrapper.toJSON(linkParams)}" must include a route name.`);
172171
}
173172

174173
for (let i = 1; i < normalizedLinkParams.length; i += 1) {

0 commit comments

Comments
 (0)