Browse code

Merge pull request #12735 from jmzwcn/patch-1

Remove empty line after client.CmdInspect docstring

Doug Davis authored on 2015/05/04 00:10:14
Showing 1 changed files
... ...
@@ -15,7 +15,6 @@ import (
15 15
 // CmdInspect displays low-level information on one or more containers or images.
16 16
 //
17 17
 // Usage: docker inspect [OPTIONS] CONTAINER|IMAGE [CONTAINER|IMAGE...]
18
-
19 18
 func (cli *DockerCli) CmdInspect(args ...string) error {
20 19
 	cmd := cli.Subcmd("inspect", "CONTAINER|IMAGE [CONTAINER|IMAGE...]", "Return low-level information on a container or image", true)
21 20
 	tmplStr := cmd.String([]string{"f", "#format", "-format"}, "", "Format the output using the given go template")