summaryrefslogtreecommitdiff
path: root/std/encoding/_yaml/schema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/encoding/_yaml/schema.ts')
-rw-r--r--std/encoding/_yaml/schema.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/encoding/_yaml/schema.ts b/std/encoding/_yaml/schema.ts
index b955e5df8..dfb8589c1 100644
--- a/std/encoding/_yaml/schema.ts
+++ b/std/encoding/_yaml/schema.ts
@@ -5,7 +5,7 @@
import { YAMLError } from "./error.ts";
import type { KindType, Type } from "./type.ts";
-import type { ArrayObject, Any } from "./utils.ts";
+import type { Any, ArrayObject } from "./utils.ts";
function compileList(
schema: Schema,