From a07ef303465b649f7b9c468bb391b3fe403127aa Mon Sep 17 00:00:00 2001 From: patrini32 <171664803+patrini32@users.noreply.github.com> Date: Thu, 13 Jun 2024 20:54:22 +0300 Subject: [PATCH] remove dot --- swap/src/cli/cancel_and_refund.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swap/src/cli/cancel_and_refund.rs b/swap/src/cli/cancel_and_refund.rs index 5ea660d8..9d629695 100644 --- a/swap/src/cli/cancel_and_refund.rs +++ b/swap/src/cli/cancel_and_refund.rs @@ -88,7 +88,7 @@ pub async fn cancel( .await?; Ok((txid, state)) } else { - bail!("Error while trying to submit cancel transaction, this shouldn't have happened. {}", err); + bail!("Error while trying to submit cancel transaction, this shouldn't have happened {}", err); } } }