Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfeismann committed Nov 15, 2024
1 parent bb2f810 commit 86fcf1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class ThermalGridWithHouseOnlySpec extends UnitSpec with ThermalHouseTestData {
"deliver the house state by just letting it cool down, if just no infeed is given" in {
val tick = 0L
val gridState = ThermalGrid.startingState(thermalGrid)
val externalQDot =zeroKW
val externalQDot = zeroKW

val (updatedGridState, reachedThreshold) =
thermalGrid invokePrivate handleConsumption(
Expand Down

0 comments on commit 86fcf1e

Please sign in to comment.