Преглед изворни кода

Merge pull request #12844 from hqhq/hq_fix_inspect_format

fix a minor inspect format issue
Alexander Morozov пре 10 година
родитељ
комит
868d5dca74
1 измењених фајлова са 1 додато и 1 уклоњено
  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 := new(bytes.Buffer)
-	indented.WriteByte('[')
+	indented.WriteString("[\n")
 	status := 0
 	status := 0
 	isImage := false
 	isImage := false