Skip to content

Commit

Permalink
Fix CheckStyle warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Dec 13, 2023
1 parent a91a264 commit 10bb007
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/edu/hm/hafner/coverage/Metric.java
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ private boolean hasCoverage(final Node node, final Metric metric) {
return node.getValue(metric)
.filter(value -> ((Coverage) value).getCovered() > 0)
.isPresent();

}

@Override
Expand Down

0 comments on commit 10bb007

Please sign in to comment.