Skip to content

Commit 33adf33

Browse files
authored
Add some whitespace around code blocks (#89)
* Add some whitespace around code blocks * cargo fmt
1 parent d6d7ad7 commit 33adf33

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/check.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ use crate::integer_math::{mod_mul, mod_pow};
1212
/// # Example
1313
///
1414
/// Basic usage:
15+
///
1516
/// ```
1617
/// # use const_primes::is_prime;
1718
/// const CHECK: bool = is_prime(18_446_744_073_709_551_557);

src/count.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ use crate::sieve;
77
/// # Example
88
///
99
/// Basic usage
10+
///
1011
/// ```
1112
/// # use const_primes::prime_pi;
1213
/// const COUNTS: [usize; 10] = prime_pi();

0 commit comments

Comments
 (0)