Skip to content

Commit 0bd7ea7

Browse files
committed
Clean up trailing whitespace.
1 parent d9c7cff commit 0bd7ea7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

lightning/src/ln/async_signer_tests.rs

+3-4
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ fn do_test_payment(masks: &Vec<u32>) {
434434
// TODO: run this with_async_signer once validate_counterparty_revocation supports it.
435435
alice.node.handle_revoke_and_ack(&bob.node.get_our_node_id(), &raa);
436436
check_added_monitors(alice, 1);
437-
437+
438438
with_async_signer(&alice, &bob.node.get_our_node_id(), &channel_id, masks, &|| {
439439
alice.node.handle_commitment_signed(&bob.node.get_our_node_id(), &cu.commitment_signed);
440440
check_added_monitors(alice, 1);
@@ -471,7 +471,7 @@ fn do_test_payment(masks: &Vec<u32>) {
471471
ev => panic!("Expected PaymentClaimed, got {:?}", ev),
472472
}
473473
}
474-
474+
475475
// alice <--[update_fulfill_htlcs]-- bob
476476
// alice <--[commitment_signed]-- bob
477477
{
@@ -512,7 +512,7 @@ fn do_test_payment(masks: &Vec<u32>) {
512512
// TODO: run with async once validate_counterparty_revocation supports it.
513513
bob.node.handle_revoke_and_ack(&alice.node.get_our_node_id(), &raa);
514514
check_added_monitors(bob, 1);
515-
515+
516516
with_async_signer(&bob, &alice.node.get_our_node_id(), &channel_id, masks, &|| {
517517
bob.node.handle_commitment_signed(&alice.node.get_our_node_id(), &cu.commitment_signed);
518518
check_added_monitors(bob, 1);
@@ -739,4 +739,3 @@ fn test_peer_reconnect_srg() {
739739
fn test_peer_reconnect_sgr() {
740740
do_test_payment(&vec![ops::SIGN_COUNTERPARTY_COMMITMENT, ops::GET_PER_COMMITMENT_POINT, ops::RELEASE_COMMITMENT_SECRET]);
741741
}
742-

0 commit comments

Comments
 (0)