Explorar o código

Merge pull request #12844 from hqhq/hq_fix_inspect_format

fix a minor inspect format issue
Alexander Morozov %!s(int64=10) %!d(string=hai) anos
pai
achega
868d5dca74
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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