Skip to content

Commit

Permalink
Add some whitespace around code blocks (#89)
Browse files Browse the repository at this point in the history
* Add some whitespace around code blocks

* cargo fmt
  • Loading branch information
JSorngard authored Nov 29, 2024
1 parent d6d7ad7 commit 33adf33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/check.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ use crate::integer_math::{mod_mul, mod_pow};
/// # Example
///
/// Basic usage:
///
/// ```
/// # use const_primes::is_prime;
/// const CHECK: bool = is_prime(18_446_744_073_709_551_557);
Expand Down
1 change: 1 addition & 0 deletions src/count.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ use crate::sieve;
/// # Example
///
/// Basic usage
///
/// ```
/// # use const_primes::prime_pi;
/// const COUNTS: [usize; 10] = prime_pi();
Expand Down

0 comments on commit 33adf33

Please sign in to comment.