Skip to content

Commit

Permalink
scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
erikerlandson committed Apr 19, 2024
1 parent 8f07021 commit 8c96c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/test/scala/coulomb/quantity.scala
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class QuantitySuite extends CoulombSuite:
.assertQ[Long, Kilogram](2)
(3.withUnit[Meter / Second] - 1.withUnit[Meter / Second])
.assertQ[Int, Meter / Second](2)

// same value type, different units
(1d.withUnit[Kilo * Second] - 1d.withUnit[Second])
.assertQD[Double, Kilo * Second](0.999)
Expand Down

0 comments on commit 8c96c51

Please sign in to comment.