From fec1de6ef4b3f769ba0906cda948a3215709cd37 Mon Sep 17 00:00:00 2001 From: baude Date: Wed, 3 Jul 2019 14:35:11 -0500 Subject: trivial cleanups from golang the results of a code cleanup performed by the goland IDE. Signed-off-by: baude --- cmd/podman/images.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/podman/images.go') diff --git a/cmd/podman/images.go b/cmd/podman/images.go index 3f755efc1..33cf11ab7 100644 --- a/cmd/podman/images.go +++ b/cmd/podman/images.go @@ -280,7 +280,7 @@ func getImagesTemplateOutput(ctx context.Context, images []*adapter.ContainerIma ID: imageID, Digest: img.Digest(), CreatedTime: createdTime, - Created: units.HumanDuration(time.Since((createdTime))) + " ago", + Created: units.HumanDuration(time.Since(createdTime)) + " ago", Size: sizeStr, } imagesOutput = append(imagesOutput, params) -- cgit v1.2.3-54-g00ecf