Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
leecchh committed Apr 19, 2024
1 parent 2ce89f8 commit f57aafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/sources/pool.move
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,6 @@ module benchmark::pool {
price: u64,
order_id: u64
): u128 {
((price as u128) << 64)+ (order_id as u128)
((price as u128) << 64) + (order_id as u128)
}
}

0 comments on commit f57aafb

Please sign in to comment.