Skip to content

Commit

Permalink
chore: code style
Browse files Browse the repository at this point in the history
  • Loading branch information
janniclas committed Oct 30, 2024
1 parent 8161322 commit 1ad4bb0
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ internal object XorKPICalculationStrategy : BaseKpiCalculationStrategy() {
)
}

if (
(edges.first().to.score == 100) != (edges.last().to.score == 100)
) {
if ((edges.first().to.score == 100) != (edges.last().to.score == 100)) {
return KpiCalculationResult.Success(score = 100)
}

Expand Down

0 comments on commit 1ad4bb0

Please sign in to comment.