From 28547a1a3a594ee24b4cb51a89d9fce630c8c066 Mon Sep 17 00:00:00 2001 From: jmzwcn Date: Fri, 24 Apr 2015 15:02:33 +0800 Subject: [PATCH] Remove empty line after client.CmdInspect docstring #12706 Signed-off-by: Daniel Zhang Remove empty line after client.CmdInspect docstring fix #12706 Signed-off-by: Daniel Zhang Remove empty line after client.CmdInspect docstring fix #12706 Signed-off-by: Daniel Zhang --- api/client/inspect.go | 1 - 1 file changed, 1 deletion(-) diff --git a/api/client/inspect.go b/api/client/inspect.go index db281795cd..e040a0b32d 100644 --- a/api/client/inspect.go +++ b/api/client/inspect.go @@ -15,7 +15,6 @@ import ( // CmdInspect displays low-level information on one or more containers or images. // // Usage: docker inspect [OPTIONS] CONTAINER|IMAGE [CONTAINER|IMAGE...] - func (cli *DockerCli) CmdInspect(args ...string) error { cmd := cli.Subcmd("inspect", "CONTAINER|IMAGE [CONTAINER|IMAGE...]", "Return low-level information on a container or image", true) tmplStr := cmd.String([]string{"f", "#format", "-format"}, "", "Format the output using the given go template")