Skip to content

Commit

Permalink
clean U128Helper helper
Browse files Browse the repository at this point in the history
  • Loading branch information
hawthorne-abendsen committed May 6, 2024
1 parent cf6818e commit 397b28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/u128_helper.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pub struct U128Helper(u128);
pub struct U128Helper;

impl U128Helper {
pub fn encode_price_record_key(val_u64: u64, val_u8: u8) -> u128 {
Expand Down

0 comments on commit 397b28e

Please sign in to comment.