mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Printing off networks as part of --pretty was missing a newline, causing the next thing printed to be concatenated onto the end of the line. Added an empty println after all networks are printed. Signed-off-by: Drew Erny <drew.erny@docker.com> (cherry picked from commit 02ebaf364ff0463c65d63fd1c3c11840a578fc45) Signed-off-by: Tibor Vass <tibor@docker.com>