Skip to content

Commit

Permalink
#3148: indentations
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Apr 26, 2024
1 parent 9511317 commit 903580d
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,8 @@ void isThreadSafe() {
Stream.generate(
() -> new ChRemote("0.23.19")
).limit(threads).collect(Collectors.toList())
).spliterator(), false)
.filter(str -> !sample.equals(str))
.collect(Collectors.toList()),
).spliterator(), false
).filter(str -> !sample.equals(str)).collect(Collectors.toList()),
Matchers.empty()
);
}
Expand Down

0 comments on commit 903580d

Please sign in to comment.