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) --- cli/tests/single_compile_with_reload_dyn.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/single_compile_with_reload_dyn.ts') diff --git a/cli/tests/single_compile_with_reload_dyn.ts b/cli/tests/single_compile_with_reload_dyn.ts index 52dd1df7b..0266bf46c 100644 --- a/cli/tests/single_compile_with_reload_dyn.ts +++ b/cli/tests/single_compile_with_reload_dyn.ts @@ -1,4 +1,4 @@ -import { returnsHi, returnsFoo2, printHello3 } from "./subdir/mod1.ts"; +import { printHello3, returnsFoo2, returnsHi } from "./subdir/mod1.ts"; printHello3(); -- cgit v1.2.3