Skip to content

Commit

Permalink
visibility FixedTrait
Browse files Browse the repository at this point in the history
  • Loading branch information
chachaleo committed Jul 8, 2024
1 parent 1d7bea6 commit 439eb9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/orion-numbers/src/lib.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use orion_numbers::f16x16::core::F16x16Impl;
use orion_numbers::f32x32::core::F32x32Impl;


trait FixedTrait<T> {
pub trait FixedTrait<T> {
fn ZERO() -> T;
fn HALF() -> T;
fn ONE() -> T;
Expand Down

0 comments on commit 439eb9a

Please sign in to comment.