Skip to content

Commit

Permalink
fix: checkstyle
Browse files Browse the repository at this point in the history
Signed-off-by: LE SAULNIER Kevin <kevin.lesaulnier@rte-france.com>
  • Loading branch information
LE SAULNIER Kevin committed Oct 17, 2023
1 parent 4236b86 commit c2f3071
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ public void findNmKContingenciesResults() throws Exception {
RESULT_CONTINGENCIES_FILTERED_BY_MULTIPLE_NESTED_FIELD.stream().sorted(Comparator.comparing(this::getContingencyResultDTOId).reversed()).toList());
}

private String getContingencyResultDTOId (ContingencyResultDTO contingencyResultDTO) {
private String getContingencyResultDTOId(ContingencyResultDTO contingencyResultDTO) {
return contingencyResultDTO.getContingency().getContingencyId();
}

Expand Down

0 comments on commit c2f3071

Please sign in to comment.