Skip to content

Commit f1d64c6

Browse files
Tiny fixes for more indent problems
1 parent 437bf19 commit f1d64c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/ln/functional_tests.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3907,7 +3907,7 @@ fn test_no_txn_manager_serialize_deserialize() {
39073907

39083908
#[test]
39093909
fn test_manager_serialize_deserialize_events() {
3910-
// This test makes sure the events field in ChannelManager survives de/serialization
3910+
// This test makes sure the events field in ChannelManager survives de/serialization
39113911
let chanmon_cfgs = create_chanmon_cfgs(2);
39123912
let node_cfgs = create_node_cfgs(2, &chanmon_cfgs);
39133913
let node_chanmgrs = create_node_chanmgrs(2, &node_cfgs, &[None, None]);
@@ -3948,7 +3948,7 @@ fn test_manager_serialize_deserialize_events() {
39483948
assert_eq!(added_monitors[0].0, funding_output);
39493949
added_monitors.clear();
39503950
}
3951-
// Normally, this is where node_a would check for a FundingBroadcastSafe event, but the test de/serializes first instead
3951+
// Normally, this is where node_a would check for a FundingBroadcastSafe event, but the test de/serializes first instead
39523952

39533953
nodes.push(node_a);
39543954
nodes.push(node_b);

0 commit comments

Comments
 (0)