[#117] remove blank line and fix order

Signed-off-by: Stephane Jeandeaux <stephane.jeandeaux@gmail.com>
This commit is contained in:
Stephane Jeandeaux 2019-03-18 21:37:22 -04:00
parent 05674a5096
commit d4ad7a94d2
1 changed files with 1 additions and 2 deletions

View File

@ -7,10 +7,9 @@ import (
"testing" "testing"
"time" "time"
"github.com/docker/docker/api/types/container"
"github.com/docker/cli/cli/command/formatter" "github.com/docker/cli/cli/command/formatter"
"github.com/docker/docker/api/types" "github.com/docker/docker/api/types"
"github.com/docker/docker/api/types/container"
"github.com/docker/docker/api/types/swarm" "github.com/docker/docker/api/types/swarm"
"gotest.tools/assert" "gotest.tools/assert"
is "gotest.tools/assert/cmp" is "gotest.tools/assert/cmp"