Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix missing newline in service inspect --pretty
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 <[email protected]>
- Loading branch information