Skip to content

Commit

Permalink
style: wrap long line
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-pascucci-spire committed Feb 25, 2022
1 parent b06769a commit 549c53e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/si/absement.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ mod tests {

#[test]
fn check_dimension() {
let _: Absement<V> = Length::new::<l::meter>(V::one()) * Time::new::<t::second>(V::one());
let _: Absement<V> = Length::new::<l::meter>(V::one())
* Time::new::<t::second>(V::one());
}

#[test]
Expand Down

0 comments on commit 549c53e

Please sign in to comment.