Quellcode durchsuchen

Fix import order of cli/options

Signed-off-by: Christopher Crone <[email protected]>
Christopher Crone vor 5 Jahren
Ursprung
Commit
19baa17246
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      cli/options/options.go

+ 1 - 1
cli/options/options.go

@@ -28,8 +28,8 @@
 package options
 
 import (
-	apicontext "github.com/docker/api/context"
 	cliconfig "github.com/docker/api/cli/config"
+	apicontext "github.com/docker/api/context"
 )
 
 // GlobalOpts contains the global CLI options