Fix formatting

This commit is contained in:
RMidhunSuresh 2022-02-22 11:48:20 +05:30
parent 646cbe0fff
commit bf2fb52691
2 changed files with 2 additions and 2 deletions

View File

@ -215,7 +215,7 @@ class SegmentObservable<T> extends BaseObservableValue<T[keyof T] | undefined> {
}
}
export type { Path };
export type {Path};
export function tests() {

View File

@ -16,7 +16,7 @@ limitations under the License.
import {Navigation, Segment} from "./Navigation";
import {URLRouter} from "./URLRouter.js";
import type { Path } from "./Navigation";
import type {Path} from "./Navigation";
type SegmentType = {
"login": true;