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/encoding/base32_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/encoding/base32_test.ts') diff --git a/std/encoding/base32_test.ts b/std/encoding/base32_test.ts index 2bd7acea1..cfefe54d7 100644 --- a/std/encoding/base32_test.ts +++ b/std/encoding/base32_test.ts @@ -112,7 +112,7 @@ Deno.test({ decode("OOOO=="); } catch (e) { assert( - e.message.includes("Invalid string. Length must be a multiple of 8") + e.message.includes("Invalid string. Length must be a multiple of 8"), ); errorCaught = true; } -- cgit v1.2.3