Skip to content

Commit

Permalink
fix: format errors
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Oct 30, 2024
1 parent 84d608b commit f2c56f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/primitives/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ pub mod peer;
pub mod swarm_metadata;
pub mod torrent_metrics;

use bittorrent_primitives::info_hash::InfoHash;
use std::collections::BTreeMap;
use std::time::Duration;

use bittorrent_primitives::info_hash::InfoHash;

/// Duration since the Unix Epoch.
pub type DurationSinceUnixEpoch = Duration;

Expand Down

0 comments on commit f2c56f3

Please sign in to comment.