Skip to content

Commit f214f86

Browse files
committed
image/tree: Remove extra newline after legend
Signed-off-by: Paweł Gronowski <[email protected]>
1 parent 636a4cf commit f214f86

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cli/command/image/tree.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ func printImageTree(dockerCLI command.Cli, view treeView) error {
208208
out.PrintlnWithColor(tui.ColorWarning, "WARNING: This is an experimental feature. The output may change and shouldn't be depended on.")
209209

210210
out.Println(generateLegend(out, width))
211-
out.Println()
212211

213212
possibleChips := getPossibleChips(view)
214213
columns := []imgColumn{

0 commit comments

Comments
 (0)