Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Catrya committed Dec 10, 2024
1 parent a8457aa commit 0a94986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/order.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pub async fn order_action(
amount_vec.push(max);
}

if order.premium != 0 && order.amount !=0 && order.fiat_amount !=0 {
if order.premium != 0 && order.amount != 0 && order.fiat_amount != 0 {
send_cant_do_msg(request_id, None, None, &event.sender).await;
return Ok(());
}
Expand Down

0 comments on commit 0a94986

Please sign in to comment.