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/node/querystring_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/node/querystring_test.ts') diff --git a/std/node/querystring_test.ts b/std/node/querystring_test.ts index 7f1efd4fd..63447b94a 100644 --- a/std/node/querystring_test.ts +++ b/std/node/querystring_test.ts @@ -1,6 +1,6 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import { assertEquals } from "../testing/asserts.ts"; -import { stringify, parse } from "./querystring.ts"; +import { parse, stringify } from "./querystring.ts"; Deno.test({ name: "stringify", -- cgit v1.2.3