From 69fd07b0b672039f0445c8e8ef380c15d00353a0 Mon Sep 17 00:00:00 2001 From: patrini32 <171664803+patrini32@users.noreply.github.com> Date: Sun, 9 Jun 2024 19:53:06 +0300 Subject: [PATCH] fix formatting --- .../alice_manually_punishes_after_bob_dead_and_bob_cancels.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swap/tests/alice_manually_punishes_after_bob_dead_and_bob_cancels.rs b/swap/tests/alice_manually_punishes_after_bob_dead_and_bob_cancels.rs index 31a7cf07..131f04f1 100644 --- a/swap/tests/alice_manually_punishes_after_bob_dead_and_bob_cancels.rs +++ b/swap/tests/alice_manually_punishes_after_bob_dead_and_bob_cancels.rs @@ -69,7 +69,7 @@ async fn alice_manually_punishes_after_bob_dead_and_bob_cancels() { let (_, alice_state) = asb::punish(alice_swap.swap_id, alice_swap.bitcoin_wallet, alice_swap.db).await?; ctx.assert_alice_punished(alice_state).await; - // Bob is in wrong state. + // Bob is in wrong state. let (bob_swap, bob_join_handle) = ctx .stop_and_resume_bob_from_db(bob_join_handle, bob_swap_id) .await;