From bced52505f32d6cca4f944bb610a8a26767908a8 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Sun, 29 Mar 2020 04:03:49 +1100 Subject: Update to Prettier 2 and use ES Private Fields (#4498) --- std/media_types/test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/media_types') diff --git a/std/media_types/test.ts b/std/media_types/test.ts index 3a9a7d9fe..c3caf71df 100644 --- a/std/media_types/test.ts +++ b/std/media_types/test.ts @@ -8,7 +8,7 @@ import { extension, charset, extensions, - types + types, } from "./mod.ts"; test(function testLookup(): void { -- cgit v1.2.3