Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard committed Sep 15, 2024
1 parent 31d662f commit 54a7532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ mod gamma;
mod lambert_w;
mod primitive;

pub use crate::lambert_w::LambertW;
pub use beta::Beta;
pub use error::Error;
pub use gamma::Gamma;
pub use crate::lambert_w::LambertW;
pub use primitive::Primitive;

0 comments on commit 54a7532

Please sign in to comment.