Skip to content

Commit d92a61a

Browse files
committed
format
1 parent 6cd3733 commit d92a61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser/parser_lib.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { memoize } from "@std/cache/memoize";
22
import { ArrayResult, ArrayResultError } from "../array_result.ts";
3-
import { ClearableCacheSet, Clearable, Lazy } from "../cache.ts";
3+
import { Clearable, ClearableCacheSet, Lazy } from "../cache.ts";
44
import { throwError } from "../misc.ts";
55

66
export type ValueRest<T> = Readonly<{ rest: string; value: T }>;

0 commit comments

Comments
 (0)