From 549c53e9cd612dc3fb693c8118cfcf7f53a740c3 Mon Sep 17 00:00:00 2001 From: nick pascucci Date: Fri, 25 Feb 2022 19:20:22 +0000 Subject: [PATCH] style: wrap long line --- src/si/absement.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/si/absement.rs b/src/si/absement.rs index a4b56a89..59bcaf11 100644 --- a/src/si/absement.rs +++ b/src/si/absement.rs @@ -74,7 +74,8 @@ mod tests { #[test] fn check_dimension() { - let _: Absement = Length::new::(V::one()) * Time::new::(V::one()); + let _: Absement = Length::new::(V::one()) + * Time::new::(V::one()); } #[test]