Skip to content

Commit 697b65b

Browse files
fmt
1 parent 4ee5b6c commit 697b65b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

iroh/src/magicsock.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,12 @@ pub(crate) mod endpoint_map;
7575
pub(crate) mod mapped_addrs;
7676
pub(crate) mod transports;
7777

78+
pub use self::{endpoint_map::PathInfo, metrics::Metrics};
7879
use self::{
7980
mapped_addrs::{EndpointIdMappedAddr, MappedAddr},
8081
transports::Addr,
8182
};
8283

83-
pub use self::{endpoint_map::PathInfo, metrics::Metrics};
84-
8584
// TODO: Use this
8685
// /// How long we consider a QAD-derived endpoint valid for. UDP NAT mappings typically
8786
// /// expire at 30 seconds, so this is a few seconds shy of that.

0 commit comments

Comments
 (0)