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/examples/test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/examples/test.ts') diff --git a/std/examples/test.ts b/std/examples/test.ts index a8ac8c74e..a7b09d5bc 100644 --- a/std/examples/test.ts +++ b/std/examples/test.ts @@ -1,6 +1,6 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import { assertEquals } from "../testing/asserts.ts"; -import { dirname, relative, resolve, fromFileUrl } from "../path/mod.ts"; +import { dirname, fromFileUrl, relative, resolve } from "../path/mod.ts"; const moduleDir = dirname(fromFileUrl(import.meta.url)); -- cgit v1.2.3