Skip to content

Commit 37045f4

Browse files
authored
Merge pull request #714 from lightningdevkit/create-pull-request/patch
Automated nightly rustfmt (2025-11-23)
2 parents f78a2a7 + c3215d5 commit 37045f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/common/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ macro_rules! expect_channel_ready_event {
100100
pub(crate) use expect_channel_ready_event;
101101

102102
macro_rules! expect_splice_pending_event {
103-
($node: expr, $counterparty_node_id: expr) => {{
103+
($node:expr, $counterparty_node_id:expr) => {{
104104
match $node.next_event_async().await {
105105
ref e @ Event::SplicePending { new_funding_txo, counterparty_node_id, .. } => {
106106
println!("{} got event {:?}", $node.node_id(), e);

0 commit comments

Comments
 (0)