Skip to content

Commit c5bb081

Browse files
committed
Revert some auto-formatter changes.
1 parent f40251c commit c5bb081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeParsingHelper.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -646,14 +646,14 @@ private static void extractClientVersionAndKeyFromHtmlSearchResultsPage()
646646
throw new ParsingException(
647647
// CHECKSTYLE:OFF
648648
"Could not extract YouTube WEB InnerTube API key from HTML search results page");
649-
// CHECKSTYLE:ON
649+
// CHECKSTYLE:ON
650650
}
651651

652652
if (clientVersion == null) {
653653
throw new ParsingException(
654654
// CHECKSTYLE:OFF
655655
"Could not extract YouTube WEB InnerTube client version from HTML search results page");
656-
// CHECKSTYLE:ON
656+
// CHECKSTYLE:ON
657657
}
658658

659659
keyAndVersionExtracted = true;

0 commit comments

Comments
 (0)