summaryrefslogtreecommitdiffstats
path: root/javatests/com/google/gerrit/acceptance/rest/ChangesRestApiBindingsIT.java
diff options
context:
space:
mode:
Diffstat (limited to 'javatests/com/google/gerrit/acceptance/rest/ChangesRestApiBindingsIT.java')
-rw-r--r--javatests/com/google/gerrit/acceptance/rest/ChangesRestApiBindingsIT.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/javatests/com/google/gerrit/acceptance/rest/ChangesRestApiBindingsIT.java b/javatests/com/google/gerrit/acceptance/rest/ChangesRestApiBindingsIT.java
index 59c0903452..c00c2aad40 100644
--- a/javatests/com/google/gerrit/acceptance/rest/ChangesRestApiBindingsIT.java
+++ b/javatests/com/google/gerrit/acceptance/rest/ChangesRestApiBindingsIT.java
@@ -499,8 +499,7 @@ public class ChangesRestApiBindingsIT extends AbstractRestApiBindingsTest {
private static List<String> getFixIds(List<RobotCommentInfo> robotComments) {
assertThatList(robotComments).isNotNull();
- return robotComments
- .stream()
+ return robotComments.stream()
.map(robotCommentInfo -> robotCommentInfo.fixSuggestions)
.filter(Objects::nonNull)
.flatMap(List::stream)