Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauthamastro committed Mar 21, 2024
1 parent cf4883c commit 6642502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/ocex/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1959,7 +1959,7 @@ pub mod pallet {
&mut state, epoch, &pair, &main,
)?;

if !trade_volume.is_zero(){
if !trade_volume.is_zero() {
taker_volume_map.insert((epoch, pair, main.clone()), trade_volume);
}
}
Expand Down

0 comments on commit 6642502

Please sign in to comment.