Skip to content

Commit 37322ec

Browse files
committed
less spacing
1 parent 6c64cb8 commit 37322ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/auth/status/status.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ func statusRun(opts *StatusOptions) error {
187187
}
188188
fmt.Fprintf(stderr, "%s\n", utils.Bold(hostname))
189189
for _, line := range lines {
190-
fmt.Fprintf(stderr, "\t%s\n", line)
190+
fmt.Fprintf(stderr, " %s\n", line)
191191
}
192192
}
193193

0 commit comments

Comments
 (0)