Skip to content

Commit 6dfbc13

Browse files
committed
fix: fix ls report indentation
1 parent 19c6394 commit 6dfbc13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/commands/ls.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export default class extends Command {
112112
table.add( {
113113
"name": ( pkg.isPrivate
114114
? "🔒"
115-
: " " ) + " " + this.#prepareName( pkg ),
115+
: " " ) + " " + this.#prepareName( pkg ),
116116
"branch": status.head.branch
117117
? status.head.branch
118118
: ansi.error( status.head.abbrev ),

0 commit comments

Comments
 (0)