We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 636a4cf commit f214f86Copy full SHA for f214f86
cli/command/image/tree.go
@@ -208,7 +208,6 @@ func printImageTree(dockerCLI command.Cli, view treeView) error {
208
out.PrintlnWithColor(tui.ColorWarning, "WARNING: This is an experimental feature. The output may change and shouldn't be depended on.")
209
210
out.Println(generateLegend(out, width))
211
- out.Println()
212
213
possibleChips := getPossibleChips(view)
214
columns := []imgColumn{
0 commit comments