From d4ad7a94d217a8925923dd8e232fd949b3ec1bd4 Mon Sep 17 00:00:00 2001 From: Stephane Jeandeaux Date: Mon, 18 Mar 2019 21:37:22 -0400 Subject: [PATCH] [#117] remove blank line and fix order Signed-off-by: Stephane Jeandeaux --- cli/command/service/inspect_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cli/command/service/inspect_test.go b/cli/command/service/inspect_test.go index 4c72fa93a1..fe662ba397 100644 --- a/cli/command/service/inspect_test.go +++ b/cli/command/service/inspect_test.go @@ -7,10 +7,9 @@ import ( "testing" "time" - "github.com/docker/docker/api/types/container" - "github.com/docker/cli/cli/command/formatter" "github.com/docker/docker/api/types" + "github.com/docker/docker/api/types/container" "github.com/docker/docker/api/types/swarm" "gotest.tools/assert" is "gotest.tools/assert/cmp"