Skip to content

Commit

Permalink
remove white line
Browse files Browse the repository at this point in the history
  • Loading branch information
nimakarimipour committed Oct 4, 2024
1 parent 63d4303 commit 1d836fd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ public boolean testEquals(Config config, Report found) {
found.tree.add(found.root);
Set<Location> thisTree =
this.tree.stream().flatMap(fix -> fix.toLocations().stream()).collect(Collectors.toSet());

Set<Location> otherTree =
found.tree.stream().flatMap(fix -> fix.toLocations().stream()).collect(Collectors.toSet());
if (!thisTree.equals(otherTree)) {
Expand Down

0 comments on commit 1d836fd

Please sign in to comment.