Skip to content

Commit 465bdcf

Browse files
spotless
Signed-off-by: Sebastian Peter <[email protected]>
1 parent d49fc8a commit 465bdcf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/scala/edu/ie3/simona/agent/participant/data/DataSpec.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ class DataSpec extends UnitSpec {
4141
}
4242

4343
"Meta functions for complex power and heat should work as expected" in {
44-
ComplexPowerAndHeatMeta.zero shouldBe ComplexPowerAndHeat(zeroKW, zeroKVAr, zeroKW)
44+
ComplexPowerAndHeatMeta.zero shouldBe
45+
ComplexPowerAndHeat(zeroKW, zeroKVAr, zeroKW)
4546

4647
ComplexPowerAndHeatMeta.scale(
4748
ComplexPowerAndHeat(Kilowatts(5), Kilovars(1), Kilowatts(2)),

0 commit comments

Comments
 (0)