From 2f02e8950c762b66ad932ac7632bd4e9226828de Mon Sep 17 00:00:00 2001 From: Nathan LeClaire Date: Tue, 31 Mar 2015 18:27:53 -0700 Subject: [PATCH] Fix gofmt Mischevious comma is mischevious Signed-off-by: Nathan LeClaire Upstream-commit: f039c699a40397b71f05838e9a9c67100ae474c6 Component: engine --- components/engine/integration-cli/docker_cli_build_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/integration-cli/docker_cli_build_test.go b/components/engine/integration-cli/docker_cli_build_test.go index fc5f13539a..35ea20f56f 100644 --- a/components/engine/integration-cli/docker_cli_build_test.go +++ b/components/engine/integration-cli/docker_cli_build_test.go @@ -5266,7 +5266,7 @@ func TestBuildContainerWithCgroupParent(t *testing.T) { if !found { t.Fatalf("unable to find self cpu cgroup path. CgroupsPath: %v", selfCgroupPaths) } - cmd := exec.Command(dockerBinary, "build", "--cgroup-parent", cgroupParent , "-") + cmd := exec.Command(dockerBinary, "build", "--cgroup-parent", cgroupParent, "-") cmd.Stdin = strings.NewReader(` FROM busybox RUN cat /proc/self/cgroup