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/runtime_compiler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/js/ops/runtime_compiler.ts') diff --git a/cli/js/ops/runtime_compiler.ts b/cli/js/ops/runtime_compiler.ts index 671585118..ed439de4a 100644 --- a/cli/js/ops/runtime_compiler.ts +++ b/cli/js/ops/runtime_compiler.ts @@ -31,7 +31,7 @@ export interface TranspileOnlyResult { } export function transpile( - request: TranspileRequest + request: TranspileRequest, ): Promise> { return sendAsync("op_transpile", request); } -- cgit v1.2.3