chore: clippy (#750)

* chore: clippy

* chore: fmt
This commit is contained in:
thesimplekid
2025-05-14 15:55:37 +01:00
committed by GitHub
parent 056ddecfeb
commit e268866446
38 changed files with 65 additions and 82 deletions

View File

@@ -162,7 +162,7 @@ pub async fn pay_request(
if status.is_success() {
println!("Successfully posted payment");
} else {
println!("{:?}", res);
println!("{res:?}");
println!("Error posting payment");
}
}