Skip to content

Commit 0e04faa

Browse files
committed
Fix checkstyle
1 parent 006b0e7 commit 0e04faa

File tree

1 file changed

+1
-1
lines changed
  • data/crac-creation/crac-creator-cse/src/main/java/com/powsybl/openrao/data/craccreation/creator/cse/criticalbranch

1 file changed

+1
-1
lines changed

data/crac-creation/crac-creator-cse/src/main/java/com/powsybl/openrao/data/craccreation/creator/cse/criticalbranch/CriticalBranchReader.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public CriticalBranchReader(List<TBranch> tBranches, @Nullable TOutage tOutage,
117117
// curative
118118
this.isBaseCase = false;
119119
this.contingencyId = outage;
120-
if(importCurativeCnecs(tBranch, branchHelper, outage, crac, isMonitored)) {
120+
if (importCurativeCnecs(tBranch, branchHelper, outage, crac, isMonitored)) {
121121
this.criticalBranchImportStatus = ImportStatus.IMPORTED;
122122
this.isImported = true;
123123
} else {

0 commit comments

Comments
 (0)