Skip to content

Commit 8bceb57

Browse files
authored
formatting fix
1 parent ae48bde commit 8bceb57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeCommentsExtractor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public InfoItemsPage<CommentsInfoItem> getInitialPage() throws IOException, Extr
4949
String commentsTokenInside;
5050
if (responseBody.contains("commentSectionRenderer")) {
5151
commentsTokenInside = findValue(responseBody, "commentSectionRenderer", "}");
52-
} else{
52+
} else {
5353
commentsTokenInside = findValue(responseBody, "sectionListRenderer", "}");
5454
}
5555
final String commentsToken = findValue(commentsTokenInside, "continuation\":\"", "\"");

0 commit comments

Comments
 (0)