Skip to content

Commit 762b82e

Browse files
committed
run rustfmt, duh
1 parent 568012c commit 762b82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/prettypretty/src/spectrum.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,9 +994,9 @@ pub static CIE_ILLUMINANT_E: FixedDistribution =
994994

995995
#[cfg(test)]
996996
mod test {
997-
use std::num::NonZeroUsize;
998997
use super::*;
999998
use crate::core::Sum;
999+
use std::num::NonZeroUsize;
10001000

10011001
#[test]
10021002
fn test_checksum() {

0 commit comments

Comments
 (0)