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/fs/expand_glob_test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'std/fs/expand_glob_test.ts') diff --git a/std/fs/expand_glob_test.ts b/std/fs/expand_glob_test.ts index 49c7bf143..39235906b 100644 --- a/std/fs/expand_glob_test.ts +++ b/std/fs/expand_glob_test.ts @@ -6,15 +6,15 @@ import { assertStringContains, } from "../testing/asserts.ts"; import { + fromFileUrl, join, joinGlobs, normalize, relative, - fromFileUrl, } from "../path/mod.ts"; import { - ExpandGlobOptions, expandGlob, + ExpandGlobOptions, expandGlobSync, } from "./expand_glob.ts"; -- cgit v1.2.3