Skip to content

Commit e2e2f3d

Browse files
fmt
1 parent c4f74e1 commit e2e2f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/normal_truncated.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
use rand::{Rng, distr::Distribution};
21
#[allow(unused_imports)]
32
use num_traits::Float;
3+
use rand::{Rng, distr::Distribution};
44

55
/// The [truncated normal distribution](https://en.wikipedia.org/wiki/Truncated_normal_distribution).
66
///

0 commit comments

Comments
 (0)