mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-25 21:05:09 -04:00
Fixlint
This commit is contained in:
parent
7a73c17f29
commit
3651a4d98d
@ -17,7 +17,7 @@ struct CategoriesToLanguages {
|
||||
guard let languages = dictionary[category] else {
|
||||
return false
|
||||
}
|
||||
return !languages.intersection(langCodes).isEmpty
|
||||
return !languages.isDisjoint(with: langCodes)
|
||||
}
|
||||
|
||||
static func save(_ dictionary: [Category: Set<String>]) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user