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/archive/tar_test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'std/archive/tar_test.ts') diff --git a/std/archive/tar_test.ts b/std/archive/tar_test.ts index 00ecbbf45..ff1ada4d5 100644 --- a/std/archive/tar_test.ts +++ b/std/archive/tar_test.ts @@ -9,9 +9,9 @@ * **to run this test** * deno run --allow-read archive/tar_test.ts */ -import { assertEquals, assert } from "../testing/asserts.ts"; +import { assert, assertEquals } from "../testing/asserts.ts"; -import { resolve, dirname, fromFileUrl } from "../path/mod.ts"; +import { dirname, fromFileUrl, resolve } from "../path/mod.ts"; import { Tar, Untar } from "./tar.ts"; const moduleDir = dirname(fromFileUrl(import.meta.url)); -- cgit v1.2.3