]> git.bitcoin.ninja Git - rust-lightning/commitdiff
`rustfmt`: Run on `crypto/mod.rs`
authorElias Rohrer <dev@tnull.de>
Mon, 16 Sep 2024 10:29:35 +0000 (12:29 +0200)
committerElias Rohrer <dev@tnull.de>
Mon, 16 Sep 2024 10:38:51 +0000 (12:38 +0200)
lightning/src/crypto/mod.rs

index b4f5af8f119f01ce908721260094ca22250361a2..4dc851a368391336faa4fa10f5680e7677984633 100644 (file)
@@ -2,8 +2,8 @@
 use bitcoin::hashes::cmp::fixed_time_eq;
 
 pub(crate) mod chacha20;
+pub(crate) mod chacha20poly1305rfc;
 #[cfg(not(fuzzing))]
 pub(crate) mod poly1305;
-pub(crate) mod chacha20poly1305rfc;
 pub(crate) mod streams;
 pub(crate) mod utils;