Skip to content

Commit

Permalink
Run 'make fmt'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Oct 5, 2023
1 parent 33cfd12 commit a561ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/ec2/find.go
Original file line number Diff line number Diff line change
Expand Up @@ -4600,7 +4600,7 @@ func FindTransitGatewayPrefixListReferenceByTwoPartKey(ctx context.Context, conn
func FindTransitGatewayStaticRoute(ctx context.Context, conn *ec2.EC2, transitGatewayRouteTableID, destination string) (*ec2.TransitGatewayRoute, error) {
input := &ec2.SearchTransitGatewayRoutesInput{
Filters: BuildAttributeFilterList(map[string]string{
"type": ec2.TransitGatewayRouteTypeStatic,
"type": ec2.TransitGatewayRouteTypeStatic,
"route-search.exact-match": destination,
}),
TransitGatewayRouteTableId: aws.String(transitGatewayRouteTableID),
Expand Down

0 comments on commit a561ded

Please sign in to comment.