mirror of
https://github.com/revanced/revanced-patches
synced 2025-02-12 05:36:51 +01:00
refactor: Use a newline consistently
This commit is contained in:
parent
4c95ead134
commit
10fc29d124
@ -263,10 +263,12 @@ public final class LayoutComponentsFilter extends Filter {
|
||||
if (mixPlaylistsExceptions.matches(conversionContext.toString()))
|
||||
return false;
|
||||
|
||||
if (!mixPlaylists.check(bytes).isFiltered()) return false;
|
||||
if (!mixPlaylists.check(bytes).isFiltered())
|
||||
return false;
|
||||
|
||||
// Prevent hiding the description of some videos accidentally.
|
||||
if (mixPlaylistsExceptions2.check(bytes).isFiltered()) return false;
|
||||
if (mixPlaylistsExceptions2.check(bytes).isFiltered())
|
||||
return false;
|
||||
|
||||
LogHelper.printDebug(() -> "Filtered mix playlist");
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user