summaryrefslogtreecommitdiffstats
path: root/javatests/com/google/gerrit/acceptance/api/revision/RobotCommentsIT.java
diff options
context:
space:
mode:
Diffstat (limited to 'javatests/com/google/gerrit/acceptance/api/revision/RobotCommentsIT.java')
-rw-r--r--javatests/com/google/gerrit/acceptance/api/revision/RobotCommentsIT.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/javatests/com/google/gerrit/acceptance/api/revision/RobotCommentsIT.java b/javatests/com/google/gerrit/acceptance/api/revision/RobotCommentsIT.java
index cd20765940..dfd25e25cb 100644
--- a/javatests/com/google/gerrit/acceptance/api/revision/RobotCommentsIT.java
+++ b/javatests/com/google/gerrit/acceptance/api/revision/RobotCommentsIT.java
@@ -1140,8 +1140,7 @@ public class RobotCommentsIT extends AbstractDaemonTest {
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)