mirror of
https://github.com/docker/compose.git
synced 2025-07-23 13:45:00 +02:00
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…
x
Reference in New Issue
Block a user