Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Update utils.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o authored Nov 3, 2023
1 parent 6415b8a commit d9a0593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dex/functions/main/utils.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use std::convert::TryFrom;
use std::stritc_type::u64;
use std::stritc_type::U64;

#[derive(Copy, Clone, Debug, PartialEq, PartialOrd)]
pub struct FinitePositiveFloat(pub(crate) u64);
Expand Down

0 comments on commit d9a0593

Please sign in to comment.