style: fix formatting
This commit is contained in:
parent
f66ce096d8
commit
27c050be86
@ -167,8 +167,7 @@ export class RouteRegistry {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (normalizedLinkParams.length < 2) {
|
if (normalizedLinkParams.length < 2) {
|
||||||
throw new BaseException(
|
throw new BaseException(`Link "${ListWrapper.toJSON(linkParams)}" must include a route name.`);
|
||||||
`Link "${ListWrapper.toJSON(linkParams)}" must include a route name.`);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
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