Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
“ramfox” committed Dec 16, 2024
1 parent d2cbe2f commit 4f9db39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iroh-net-report/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -867,12 +867,12 @@ pub fn os_has_ipv6() -> bool {

#[cfg(any(test, feature = "stun-utils"))]
pub(crate) mod stun_utils {
use super::*;

use anyhow::Context as _;
use netwatch::IpFamily;
use tokio_util::sync::CancellationToken;

use super::*;

/// Attempts to bind a local socket to send STUN packets from.
///
/// If successful this returns the bound socket and will forward STUN responses to the
Expand Down

0 comments on commit 4f9db39

Please sign in to comment.