[#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"
"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"