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/path/parse_format_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/path/parse_format_test.ts') diff --git a/std/path/parse_format_test.ts b/std/path/parse_format_test.ts index 1b34ddc29..785588359 100644 --- a/std/path/parse_format_test.ts +++ b/std/path/parse_format_test.ts @@ -3,7 +3,7 @@ import type { FormatInputPathObject, ParsedPath } from "./mod.ts"; import { assertEquals } from "../testing/asserts.ts"; -import { win32, posix } from "./mod.ts"; +import { posix, win32 } from "./mod.ts"; type FormatTestCase = [FormatInputPathObject, string]; type ParseTestCase = [string, ParsedPath]; -- cgit v1.2.3