Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
izissise committed Oct 5, 2023
1 parent 2011f56 commit 3d4d7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service_daemon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ impl Zeroconf {
fn add_poll_impl(
poll_ids: &mut HashMap<usize, IpAddr>,
poll_id_count: &mut usize,
ip: IpAddr
ip: IpAddr,
) -> usize {
let key = *poll_id_count;
*poll_id_count += 1;
Expand Down

0 comments on commit 3d4d7ce

Please sign in to comment.