Skip to content

Commit 35adcf5

Browse files
Fmt Botgithub-actions[bot]
authored andcommitted
2026-07-05 automated rustfmt nightly
1 parent 1d40ed0 commit 35adcf5

8 files changed

Lines changed: 563 additions & 563 deletions

File tree

src/data_store.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,10 +223,9 @@ where
223223

224224
#[cfg(test)]
225225
mod tests {
226-
use lightning::impl_writeable_tlv_based;
227-
use lightning::io;
228226
use lightning::util::persist::{PageToken, PaginatedKVStore, PaginatedListResponse};
229227
use lightning::util::test_utils::TestLogger;
228+
use lightning::{impl_writeable_tlv_based, io};
230229

231230
use super::*;
232231
use crate::hex_utils;

src/liquidity/client/mod.rs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
// This file is Copyright its original authors, visible in version control history.
2-
//
3-
// This file is licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
4-
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
5-
// http://opensource.org/licenses/MIT>, at your option. You may not use this file except in
6-
// accordance with one or both of these licenses.
7-
8-
pub(crate) mod lsps1;
9-
pub(crate) mod lsps2;
10-
11-
pub use lsps1::LSPS1OrderStatus;
1+
// This file is Copyright its original authors, visible in version control history.
2+
//
3+
// This file is licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
4+
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
5+
// http://opensource.org/licenses/MIT>, at your option. You may not use this file except in
6+
// accordance with one or both of these licenses.
7+
8+
pub(crate) mod lsps1;
9+
pub(crate) mod lsps2;
10+
11+
pub use lsps1::LSPS1OrderStatus;

0 commit comments

Comments
 (0)