Skip to content

Commit 8745995

Browse files
committed
chore: fix lint
1 parent 5316832 commit 8745995

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/test/java/io/getstream/FeedIntegrationTests.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,10 @@ void test10_UpdateComment() throws Exception {
569569

570570
// snippet-start: UpdateComment
571571
UpdateCommentRequest updateRequest =
572-
UpdateCommentRequest.builder().comment("Updated comment text from Java SDK").userID(testUserId).build();
572+
UpdateCommentRequest.builder()
573+
.comment("Updated comment text from Java SDK")
574+
.userID(testUserId)
575+
.build();
573576

574577
UpdateCommentResponse response =
575578
feeds.updateComment(commentId, updateRequest).execute().getData();

0 commit comments

Comments
 (0)