Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed May 25, 2020
1 parent 46e9d15 commit 96b82a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,6 @@ pub struct CMYK {
pub k: Scalar,
}


#[cfg(test)]
mod tests {
use super::*;
Expand Down Expand Up @@ -1447,4 +1446,3 @@ mod tests {
assert_eq!("cmyk(0, 22, 47, 44)", c3.to_cmyk_string(Format::Spaces));
}
}

0 comments on commit 96b82a0

Please sign in to comment.