mirror of
https://github.com/docker/compose.git
synced 2025-07-26 15:14:04 +02:00
compose top: reduce tabwriter padding
Signed-off-by: Dominik Menke <dom@digineo.de>
This commit is contained in:
parent
80e8fda14f
commit
62e832eb50
@ -124,7 +124,7 @@ func topPrint(out io.Writer, headers topHeader, rows []topEntries) error {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
w := tabwriter.NewWriter(out, 5, 1, 3, ' ', 0)
|
w := tabwriter.NewWriter(out, 4, 1, 2, ' ', 0)
|
||||||
|
|
||||||
// write headers in the order we've encountered them
|
// write headers in the order we've encountered them
|
||||||
h := make([]string, len(headers))
|
h := make([]string, len(headers))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user