Skip to content

Commit

Permalink
adds review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
shaheerkootteeri committed Aug 10, 2022
1 parent bbcc0d1 commit 75cdcd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions pkg/imgpkg/plainimage/contents.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ import (
)

type Contents struct {
paths []string
excludedPaths []string
displayProgress bool
paths []string
excludedPaths []string
}

type ImagesWriter interface {
Expand Down
2 changes: 1 addition & 1 deletion pkg/imgpkg/registry/with_progress.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
package registry

import (
context "context"
"context"

regname "github.com/google/go-containerregistry/pkg/name"
regv1 "github.com/google/go-containerregistry/pkg/v1"
Expand Down

0 comments on commit 75cdcd7

Please sign in to comment.