Skip to content

Commit 40a4174

Browse files
fmt
1 parent 452b913 commit 40a4174

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/test/groovy/edu/ie3/datamodel/utils/validation/ThermalValidationUtilsTest.groovy

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,9 @@ class ThermalValidationUtilsTest extends Specification {
117117
def "ThermalUnitValidationUtils.check() works for complete ThermalGrid as well"() {
118118
when:
119119
def thermalBus = ThermalUnitInputTestData.thermalBus
120-
def cylindricalStorageInput = [ThermalUnitInputTestData.cylindricStorageInput]
120+
def cylindricalStorageInput = [
121+
ThermalUnitInputTestData.cylindricStorageInput
122+
]
121123

122124

123125
ThermalGrid thermalGrid = new ThermalGrid(thermalBus, [thermalHouse], cylindricalStorageInput)

0 commit comments

Comments
 (0)