Remove empty line
This commit is contained in:
parent
4fd1918202
commit
7a24059337
1 changed files with 0 additions and 1 deletions
|
@ -224,7 +224,6 @@ export function stringifyPath(path: Path<SegmentType>): string {
|
||||||
}
|
}
|
||||||
|
|
||||||
export function tests() {
|
export function tests() {
|
||||||
|
|
||||||
function createEmptyPath() {
|
function createEmptyPath() {
|
||||||
const nav: Navigation<SegmentType> = new Navigation(allowsChild);
|
const nav: Navigation<SegmentType> = new Navigation(allowsChild);
|
||||||
const path = nav.pathFrom([]);
|
const path = nav.pathFrom([]);
|
||||||
|
|
Reference in a new issue