Skip to content

Commit 04f77ba

Browse files
author
Tim Middleton
committed
fix column formatting for services
1 parent 9e92248 commit 04f77ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/formatting.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1692,7 +1692,7 @@ func FormatServices(services []config.ServiceSummary) string {
16921692
table.AddFormattingFunction(10, vulnerablePartitionsFormatter)
16931693
table.AddFormattingFunction(11, yesBoolFormatter)
16941694
} else {
1695-
table.WithAlignment(L, L, R, L, R, R, R, R, L)
1695+
table.WithAlignment(L, L, R, L, R, R, R, L)
16961696
}
16971697

16981698
table.AddFormattingFunction(3, statusHAFormatter)

0 commit comments

Comments
 (0)