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/bundle_im.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/bundle_im.ts') diff --git a/cli/tests/bundle_im.ts b/cli/tests/bundle_im.ts index b751aa689..c43f6294c 100644 --- a/cli/tests/bundle_im.ts +++ b/cli/tests/bundle_im.ts @@ -1,4 +1,4 @@ -import { returnsFoo, printHello2 } from "mod2"; +import { printHello2, returnsFoo } from "mod2"; export function returnsHi(): string { return "Hi"; -- cgit v1.2.3