Skip to content

Commit

Permalink
rustfmt: Run on routing/mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed Sep 24, 2024
1 parent 46e84a8 commit b0b797a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lightning/src/routing/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

//! Structs and impls for receiving messages about the network and storing the topology live here.

pub mod utxo;
pub mod gossip;
mod log_approx;
pub mod router;
pub mod scoring;
mod log_approx;
#[cfg(test)]
pub(crate) mod test_utils;
pub mod utxo;

0 comments on commit b0b797a

Please sign in to comment.