Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
kvinwang committed Dec 18, 2024
1 parent d60c30e commit eab00b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tappd/src/guest_api_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ fn get_interfaces() -> Vec<Interface> {
name: interface_name.clone(),
addresses: network
.ip_networks()
.into_iter()
.iter()
.map(|ip| IpAddress {
address: ip.addr.to_string(),
prefix: ip.prefix as u32,
Expand Down

0 comments on commit eab00b0

Please sign in to comment.