Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdplm committed Nov 25, 2024
1 parent 55deec8 commit 0cf32e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hazmat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ pub use miller_rabin::MillerRabin;

pub use sieve::{random_odd_integer, Sieve};
pub use uniform_sieve::UniformSieve;

/// Possible results of various primality tests.
#[derive(Copy, Clone, Debug, PartialEq, Eq)]
pub enum Primality {
Expand Down

0 comments on commit 0cf32e8

Please sign in to comment.