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) --- cli/tests/unit/file_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/unit/file_test.ts') diff --git a/cli/tests/unit/file_test.ts b/cli/tests/unit/file_test.ts index 4941554ad..f97283b7f 100644 --- a/cli/tests/unit/file_test.ts +++ b/cli/tests/unit/file_test.ts @@ -60,7 +60,7 @@ unitTest(function fileVariousFileBits(): void { new Uint16Array([0x5353]), new Uint32Array([0x53534150]), ], - 16 + 16, ); }); -- cgit v1.2.3