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/examples/gist.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/examples/gist.ts') diff --git a/std/examples/gist.ts b/std/examples/gist.ts index 555ec8056..31a22d750 100755 --- a/std/examples/gist.ts +++ b/std/examples/gist.ts @@ -21,7 +21,7 @@ const parsedArgs = parse(Deno.args); if (parsedArgs._.length === 0) { console.error( "Usage: gist.ts --allow-env --allow-net [-t|--title Example] some_file " + - "[next_file]" + "[next_file]", ); Deno.exit(1); } -- cgit v1.2.3