From 353b7d0dd156ef62a2f83f63a382e71470d2e22c Mon Sep 17 00:00:00 2001 From: Austin Abro Date: Thu, 6 Jun 2024 17:49:38 +0000 Subject: [PATCH] removing whitespacer for phillip --- src/internal/packager/images/pull.go | 1 - 1 file changed, 1 deletion(-) diff --git a/src/internal/packager/images/pull.go b/src/internal/packager/images/pull.go index 6eb63398b7..70cd1d3dc1 100644 --- a/src/internal/packager/images/pull.go +++ b/src/internal/packager/images/pull.go @@ -265,7 +265,6 @@ func Pull(ctx context.Context, cfg PullConfig) (map[transform.Image]v1.Image, er return err } newFile := filepath.Join(blobDir, hash) - return os.Rename(path, newFile) }) if err != nil {