Skip to content

Commit 3fe03e5

Browse files
committed
rustfmt: Run on crypto/mod.rs
1 parent f82451b commit 3fe03e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/crypto/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
use bitcoin::hashes::cmp::fixed_time_eq;
33

44
pub(crate) mod chacha20;
5+
pub(crate) mod chacha20poly1305rfc;
56
#[cfg(not(fuzzing))]
67
pub(crate) mod poly1305;
7-
pub(crate) mod chacha20poly1305rfc;
88
pub(crate) mod streams;
99
pub(crate) mod utils;

0 commit comments

Comments
 (0)