mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-01-26 20:51:03 +00:00
dot in comment
This commit is contained in:
@@ -774,7 +774,7 @@ fun <T> unorderedAllOf(vararg predicates: IndexedMatcherPredicate<T>): Array<Ind
|
||||
|
||||
lastPatternIndex = patternIndex
|
||||
|
||||
// Try each unused predicate
|
||||
// Try each unused predicate.
|
||||
for (predicateIndex in predicates.indices) {
|
||||
if (predicateIndex in usedPredicateIndices) continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user