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/js/ops/io.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/js/ops/io.ts') diff --git a/cli/js/ops/io.ts b/cli/js/ops/io.ts index ecd1269d5..355a09ae0 100644 --- a/cli/js/ops/io.ts +++ b/cli/js/ops/io.ts @@ -17,7 +17,7 @@ export function readSync(rid: number, buffer: Uint8Array): number | null { export async function read( rid: number, - buffer: Uint8Array + buffer: Uint8Array, ): Promise { if (buffer.length === 0) { return 0; -- cgit v1.2.3