Skip to content

Commit

Permalink
style: optimize code format
Browse files Browse the repository at this point in the history
  • Loading branch information
wlynxg committed Oct 9, 2024
1 parent 9d1a02e commit 58f77a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/mdns/src/behaviour.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ use libp2p_swarm::{
};
use smallvec::SmallVec;
use std::collections::hash_map::{Entry, HashMap};
use std::collections::VecDeque;
use std::future::Future;
use std::sync::{Arc, RwLock};
use std::{cmp, fmt, io, net::IpAddr, pin::Pin, task::Context, task::Poll, time::Instant};
use std::collections::VecDeque;
use void::Void;

/// An abstraction to allow for compatibility with various async runtimes.
Expand Down

0 comments on commit 58f77a5

Please sign in to comment.