Browse Source

Merge pull request #12844 from hqhq/hq_fix_inspect_format

fix a minor inspect format issue
Alexander Morozov 10 years ago
parent
commit
868d5dca74
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/client/inspect.go

+ 1 - 1
api/client/inspect.go

@@ -34,7 +34,7 @@ func (cli *DockerCli) CmdInspect(args ...string) error {
 	}
 
 	indented := new(bytes.Buffer)
-	indented.WriteByte('[')
+	indented.WriteString("[\n")
 	status := 0
 	isImage := false