Remove empty line

This commit is contained in:
RMidhunSuresh 2022-02-22 16:48:15 +05:30
parent 4fd1918202
commit 7a24059337

View file

@ -224,7 +224,6 @@ export function stringifyPath(path: Path<SegmentType>): string {
}
export function tests() {
function createEmptyPath() {
const nav: Navigation<SegmentType> = new Navigation(allowsChild);
const path = nav.pathFrom([]);