aboutsummaryrefslogtreecommitdiff
path: root/libpod/image/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'libpod/image/config.go')
-rw-r--r--libpod/image/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/image/config.go b/libpod/image/config.go
index 40e7fd496..bb84175a3 100644
--- a/libpod/image/config.go
+++ b/libpod/image/config.go
@@ -2,7 +2,7 @@ package image
// ImageDeleteResponse is the response for removing an image from storage and containers
// what was untagged vs actually removed
-type ImageDeleteResponse struct {
+type ImageDeleteResponse struct { //nolint
Untagged []string `json:"untagged"`
Deleted string `json:"deleted"`
}