Skip to content

Commit e480105

Browse files
committed
fixup: formatting
1 parent f5ecd55 commit e480105

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
@@ -170,6 +170,6 @@ default ContentAvailability getContentAvailability() throws ParsingException {
170170
* @throws ParsingException if there is an error in the extraction
171171
*/
172172
default String getPlaylistId() throws ParsingException {
173-
return "";
173+
return "";
174174
}
175175
}

0 commit comments

Comments
 (0)