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/async/mux_async_iterator_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/async/mux_async_iterator_test.ts') diff --git a/std/async/mux_async_iterator_test.ts b/std/async/mux_async_iterator_test.ts index 5ca28903b..7977e4f56 100644 --- a/std/async/mux_async_iterator_test.ts +++ b/std/async/mux_async_iterator_test.ts @@ -47,7 +47,7 @@ Deno.test({ } }, Error, - "something went wrong" + "something went wrong", ); }, }); -- cgit v1.2.3