Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfeismann committed Jul 30, 2024
1 parent f2c092d commit 8ba11b0
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,10 @@ class ThermalGridWithHouseOnlySpec extends UnitSpec with ThermalHouseTestData {
"exactly be the thermal demand for domestic water supply of the house" in {
val tick = 86000 // heat demand for one day
val expectedEnergyDemandWater =
ThermalEnergyDemand(KilowattHours(3.7469589), KilowattHours(3.7469589))
ThermalEnergyDemand(
KilowattHours(3.7469589),
KilowattHours(3.7469589),
)

val energyDemandWater = thermalHouse.energyDemandWater(
tick,
Expand Down

0 comments on commit 8ba11b0

Please sign in to comment.