From df02e315075456f8d5f75472abbb1fa81e237827 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Sun, 27 Sep 2020 06:22:32 -0400 Subject: feat(fmt): Sort named import and export specifiers (#7711) --- std/encoding/_yaml/schema.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/encoding/_yaml/schema.ts') 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, -- cgit v1.2.3