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 --- pkg/trust/trust.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/trust') diff --git a/pkg/trust/trust.go b/pkg/trust/trust.go index 9a75474ae..3bfe4bda1 100644 --- a/pkg/trust/trust.go +++ b/pkg/trust/trust.go @@ -14,7 +14,7 @@ import ( "github.com/containers/image/types" "github.com/pkg/errors" "github.com/sirupsen/logrus" - yaml "gopkg.in/yaml.v2" + "gopkg.in/yaml.v2" ) // PolicyContent struct for policy.json file -- cgit v1.2.3-54-g00ecf