Skip to content

Commit

Permalink
providers/azure: fix clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
lucab committed Jan 20, 2020
1 parent f43ffe0 commit 2443d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/azure/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ impl MetadataProvider for Azure {
out.insert("AZURE_IPV4_DYNAMIC".to_string(), dynamic_ipv4.to_string());
}

out.insert("AZURE_VMSIZE".to_string(), vmsize.to_string());
out.insert("AZURE_VMSIZE".to_string(), vmsize);

Ok(out)
}
Expand Down

0 comments on commit 2443d06

Please sign in to comment.