Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthaI committed Dec 17, 2024
1 parent 42c229d commit 443d8a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aws/table_aws_costoptimizationhub_recommendation.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ func listCostOptimizationHubRecommendations(ctx context.Context, d *plugin.Query
limit := int32(*d.QueryContext.Limit)
if limit < maxLimit {
maxLimit = limit
maxLimit = limit
}
}

Expand Down

0 comments on commit 443d8a2

Please sign in to comment.