Skip to content

Commit b0b797a

Browse files
committed
rustfmt: Run on routing/mod.rs
1 parent 46e84a8 commit b0b797a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/routing/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99

1010
//! Structs and impls for receiving messages about the network and storing the topology live here.
1111
12-
pub mod utxo;
1312
pub mod gossip;
13+
mod log_approx;
1414
pub mod router;
1515
pub mod scoring;
16-
mod log_approx;
1716
#[cfg(test)]
1817
pub(crate) mod test_utils;
18+
pub mod utxo;

0 commit comments

Comments
 (0)