Исправлено множество предупреждений
This commit is contained in:
@@ -16,7 +16,3 @@ val List<DescribedVault>.locals: List<DescribedVault>
|
||||
|
||||
val List<DescribedVault>.remotes: List<DescribedVault>
|
||||
get() = filter { it.descriptor is VaultDescriptor.LinkedRemote }
|
||||
|
||||
fun List<DescribedVault>.byBrand(brand: CloudBrand): List<DescribedVault> = filter {
|
||||
(it.descriptor as? VaultDescriptor.LinkedRemote)?.brand == brand
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user