Skip to content

Commit

Permalink
Address more concerns
Browse files Browse the repository at this point in the history
  • Loading branch information
umgefahren committed Dec 29, 2023
1 parent 37cd309 commit 9eea564
Show file tree
Hide file tree
Showing 9 changed files with 342 additions and 291 deletions.
2 changes: 1 addition & 1 deletion misc/connection-limits/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.

use libp2p_core::{ConnectedPoint, Endpoint, Multiaddr, transport::PortUse};
use libp2p_core::{transport::PortUse, ConnectedPoint, Endpoint, Multiaddr};
use libp2p_identity::PeerId;
use libp2p_swarm::{
behaviour::{ConnectionEstablished, DialFailure, ListenFailure},
Expand Down
Loading

0 comments on commit 9eea564

Please sign in to comment.