Skip to content

Commit fbcb2db

Browse files
author
LE SAULNIER Kevin
committed
fix: checkstyle
Signed-off-by: LE SAULNIER Kevin <[email protected]>
1 parent 836902e commit fbcb2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/gridsuite/securityanalysis/server/ContingencyLimitViolationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ void test2wtContingencyLimitViolationEntityNewFieldsWithLimitReductionEffective(
7575
.setAcceptableDuration(0)
7676
.endTemporaryLimit()
7777
.add();
78-
78+
7979
LimitViolation limitViolation = new LimitViolation(NGEN_NHV1, "NGEN_NHV1_name", LimitViolationType.CURRENT, "10'", 60, 200, 0.8, 180, TwoSides.ONE);
8080

8181
SubjectLimitViolationEntity subjectLimitViolationEntity = new SubjectLimitViolationEntity(NGEN_NHV1, "NGEN_NHV1_name");

0 commit comments

Comments
 (0)