style: fix formatting for real
This commit is contained in:
parent
27c050be86
commit
1fb948461e
@ -167,7 +167,8 @@ export class RouteRegistry {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (normalizedLinkParams.length < 2) {
|
if (normalizedLinkParams.length < 2) {
|
||||||
throw new BaseException(`Link "${ListWrapper.toJSON(linkParams)}" must include a route name.`);
|
let msg = `Link "${ListWrapper.toJSON(linkParams)}" must include a route name.`;
|
||||||
|
throw new BaseException(msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
for (let i = 1; i < normalizedLinkParams.length; i += 1) {
|
for (let i = 1; i < normalizedLinkParams.length; i += 1) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user