Исправлено множество предупреждений

This commit is contained in:
2026-05-19 01:42:22 +03:00
parent eecaf44b72
commit ffdab4563d
64 changed files with 241 additions and 567 deletions

View File

@@ -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
}