From cde4dbb35132848ffece59ef9cfaccff32347124 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 14 Jul 2020 15:24:17 -0400 Subject: Use dprint for internal formatting (#6682) --- std/node/module_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/node/module_test.ts') diff --git a/std/node/module_test.ts b/std/node/module_test.ts index 30441a58d..bdc2f39d3 100644 --- a/std/node/module_test.ts +++ b/std/node/module_test.ts @@ -34,7 +34,7 @@ Deno.test("requireBuiltin", function () { const { readFileSync, isNull, extname } = require("./tests/cjs/cjs_builtin"); assertEquals( readFileSync("./node/_fs/testdata/hello.txt", { encoding: "utf8" }), - "hello world" + "hello world", ); assert(isNull(null)); assertEquals(extname("index.html"), ".html"); -- cgit v1.2.3