Skip to content

Commit c79c746

Browse files
committed
deno fmt
1 parent b00c24a commit c79c746

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: src/bin.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ Usage:
2929
${
3030
prettyPrintRow([
3131
["jsr add @std/log", 'Install the "@std/log" package from jsr.io.'],
32-
["jsr remove @std/log", 'Remove the "@std/log" package from the project.'],
32+
[
33+
"jsr remove @std/log",
34+
'Remove the "@std/log" package from the project.',
35+
],
3336
])
3437
}
3538

0 commit comments

Comments
 (0)