mirror of https://github.com/docker/compose.git
Merge pull request #91 from chris-crone/appease-linter
Fix import order of cli/options
This commit is contained in:
commit
747258d452
|
@ -28,8 +28,8 @@
|
||||||
package options
|
package options
|
||||||
|
|
||||||
import (
|
import (
|
||||||
apicontext "github.com/docker/api/context"
|
|
||||||
cliconfig "github.com/docker/api/cli/config"
|
cliconfig "github.com/docker/api/cli/config"
|
||||||
|
apicontext "github.com/docker/api/context"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GlobalOpts contains the global CLI options
|
// GlobalOpts contains the global CLI options
|
||||||
|
|
Loading…
Reference in New Issue