Skip to content

Commit

Permalink
Fix post merge with main
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Nioche <julien@digitalpebble.com>
  • Loading branch information
jnioche committed Mar 14, 2024
1 parent d9c0110 commit c0d8053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud-scanner-cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ pub async fn get_impacts_as_json_string(
let summary: ImpactsSummary = ImpactsSummary::new(
String::from(aws_region),
usage_location.iso_country_code,
inventory_with_impacts.clone(),
&inventory_with_impacts.clone(),
(*use_duration_hours).into(),
);

Expand Down

0 comments on commit c0d8053

Please sign in to comment.