code cleanup

Signed-off-by: guiyong.ou <guiyong.ou@daocloud.io>
This commit is contained in:
guiyong.ou
2022-07-19 22:46:32 +08:00
parent 11ded166c1
commit 628f6ac681
3 changed files with 5 additions and 5 deletions

View File

@@ -238,11 +238,11 @@ var checkCommand = cli.Command{
for _, image := range imageList {
var (
status string = "complete"
status = "complete"
size string
requiredSize int64
presentSize int64
complete bool = true
complete = true
)
available, required, present, missing, err := images.Check(ctx, contentStore, image.Target(), platforms.Default())