From 04361ac7ff63dfdb4de6b796873aada0d2fa5917 Mon Sep 17 00:00:00 2001 From: Jayanth Varavani <1111446+jayanthvn@users.noreply.github.com> Date: Tue, 18 Aug 2020 20:49:12 +0000 Subject: [PATCH] fix format --- pkg/awsutils/mocks/awsutils_mocks.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/awsutils/mocks/awsutils_mocks.go b/pkg/awsutils/mocks/awsutils_mocks.go index 28d272854b7..bffafab52b1 100644 --- a/pkg/awsutils/mocks/awsutils_mocks.go +++ b/pkg/awsutils/mocks/awsutils_mocks.go @@ -19,10 +19,11 @@ package mock_awsutils import ( + reflect "reflect" + awsutils "github.com/aws/amazon-vpc-cni-k8s/pkg/awsutils" ec2 "github.com/aws/aws-sdk-go/service/ec2" gomock "github.com/golang/mock/gomock" - reflect "reflect" ) // MockAPIs is a mock of APIs interface