mirror of https://github.com/docker/cli.git
check fmt
Signed-off-by: Wayne Cheng <zhengwei@tiduyun.com>
This commit is contained in:
parent
dbd460a216
commit
3ecd392a8c
|
@ -39,7 +39,6 @@ func newListCommand(dockerCli command.Cli) *cobra.Command {
|
|||
}
|
||||
|
||||
func runList(ctx context.Context, dockerCli command.Cli, options listOptions) error {
|
||||
|
||||
manifestStore := dockerCli.ManifestStore()
|
||||
|
||||
var manifestLists []reference.Reference
|
||||
|
|
Loading…
Reference in New Issue