Skip to content

Commit

Permalink
fix: clippyyyyy
Browse files Browse the repository at this point in the history
  • Loading branch information
mustermeiszer committed Sep 5, 2023
1 parent 627eb51 commit 0bb7894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/order-book/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ pub mod pallet {
order.min_fullfillment_amount = min_fullfillment_amount;
order.max_sell_amount = max_sell_amount;

validate(&order)?;
validate(order)?;

Ok(max_sell_amount)
},
Expand Down

0 comments on commit 0bb7894

Please sign in to comment.