summaryrefslogtreecommitdiff
path: root/pkg/domain/infra/abi
diff options
context:
space:
mode:
authorValentin Rothberg <vrothberg@redhat.com>2022-05-24 14:24:37 +0200
committerValentin Rothberg <vrothberg@redhat.com>2022-05-24 16:07:39 +0200
commit2400d1d52ff4199778781446445eef39a6e2c6b9 (patch)
tree86cee6c498b8ce5c8866eae2121058e07fb4ee19 /pkg/domain/infra/abi
parentb3e2324f5823de32b054d51c801aad995a4e0fdb (diff)
downloadpodman-2400d1d52ff4199778781446445eef39a6e2c6b9.tar.gz
podman-2400d1d52ff4199778781446445eef39a6e2c6b9.tar.bz2
podman-2400d1d52ff4199778781446445eef39a6e2c6b9.zip
go format previosly touched files
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
Diffstat (limited to 'pkg/domain/infra/abi')
-rw-r--r--pkg/domain/infra/abi/images_list.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/domain/infra/abi/images_list.go b/pkg/domain/infra/abi/images_list.go
index 25cddc503..8f5591e92 100644
--- a/pkg/domain/infra/abi/images_list.go
+++ b/pkg/domain/infra/abi/images_list.go
@@ -36,7 +36,7 @@ func (ir *ImageEngine) List(ctx context.Context, opts entities.ImageListOptions)
}
e := entities.ImageSummary{
- ID: img.ID(),
+ ID: img.ID(),
Created: img.Created().Unix(),
Dangling: isDangling,
Digest: string(img.Digest()),