Skip to content

Commit b39b276

Browse files
Lint fixes
Signed-off-by: Danil-Grigorev <[email protected]>
1 parent ee452aa commit b39b276

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

pkg/cloud/convertersv2/tags.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17+
// Package convertersv2 provides conversion functions for AWS SDK V2 types to CAPA types.
1718
package convertersv2
1819

1920
import (

pkg/cloud/services/gc/cleanup_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ import (
2121
"testing"
2222

2323
v2ec2 "github.com/aws/aws-sdk-go-v2/service/ec2"
24-
v2elbv2 "github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2"
2524
v2elb "github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing"
25+
v2elbv2 "github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2"
2626
rgapiv2 "github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi"
2727
rgapit "github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi/types"
2828
"github.com/aws/aws-sdk-go/aws"

pkg/cloud/services/gc/ec2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,4 @@ func (s *Service) getProviderOwnedSecurityGroups(ctx context.Context) ([]*AWSRes
127127
// }
128128

129129
// return resources, nil
130-
// }
130+
// }.

0 commit comments

Comments
 (0)