style: fix formatting

This commit is contained in:
Brian Ford 2015-06-30 19:55:44 -07:00
parent f66ce096d8
commit 27c050be86
1 changed files with 1 additions and 2 deletions

View File

@ -167,8 +167,7 @@ export class RouteRegistry {
}
if (normalizedLinkParams.length < 2) {
throw new BaseException(
`Link "${ListWrapper.toJSON(linkParams)}" must include a route name.`);
throw new BaseException(`Link "${ListWrapper.toJSON(linkParams)}" must include a route name.`);
}
for (let i = 1; i < normalizedLinkParams.length; i += 1) {