Skip to content

Commit 342ad1e

Browse files
committed
Typographic correction: Use of 4 spaces instead of a tabulation
1 parent e8794d9 commit 342ad1e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

StreamingService.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import org.schabi.newpipe.extractor.channel.ChannelExtractor;
44
import org.schabi.newpipe.extractor.exceptions.ExtractionException;
5+
import org.schabi.newpipe.extractor.playlist.PlayListExtractor;
56
import org.schabi.newpipe.extractor.search.SearchEngine;
67
import org.schabi.newpipe.extractor.stream_info.StreamExtractor;
78

@@ -52,10 +53,10 @@ public abstract StreamExtractor getExtractorInstance(String url)
5253
public abstract SearchEngine getSearchEngineInstance();
5354
public abstract UrlIdHandler getStreamUrlIdHandlerInstance();
5455
public abstract UrlIdHandler getChannelUrlIdHandlerInstance();
55-
public abstract UrlIdHandler getPlayListUrlIdHandlerInstance();
56+
public abstract UrlIdHandler getPlayListUrlIdHandlerInstance();
5657
public abstract ChannelExtractor getChannelExtractorInstance(String url, int page)
5758
throws ExtractionException, IOException;
58-
public abstract PlayListExtractor getPlayListExtractorInstance(String url, int page)
59+
public abstract PlayListExtractor getPlayListExtractorInstance(String url, int page)
5960
throws ExtractionException, IOException;
6061
public abstract SuggestionExtractor getSuggestionExtractorInstance();
6162

0 commit comments

Comments
 (0)