Skip to content

Commit b0d7dea

Browse files
committed
fixup: formatting
1 parent e938ae0 commit b0d7dea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamInfoItemExtractor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,6 @@ default boolean isShortFormContent() throws ParsingException {
155155
* @throws ParsingException if there is an error in the extraction
156156
*/
157157
default String getPlaylistId() throws ParsingException {
158-
return "";
158+
return "";
159159
}
160160
}

0 commit comments

Comments
 (0)