Spotless apply

This commit is contained in:
NGB-Was-Taken
2025-11-16 18:14:20 +05:45
parent 4c1124fdb0
commit 4c563122f8
11 changed files with 21 additions and 20 deletions
@@ -96,9 +96,9 @@ actual class LocalSource(
.filter {
it.isDirectory &&
/* SY --> */ (
!it.name.orEmpty().startsWith('.') ||
allowLocalSourceHiddenFolders
) /* SY <-- */
!it.name.orEmpty().startsWith('.') ||
allowLocalSourceHiddenFolders
) /* SY <-- */
}
.distinctBy { it.name }
.filter {