Minor cleanup
This commit is contained in:
parent
560e3cf503
commit
2f41312842
@ -68,7 +68,8 @@ class SettingsDebugController : BasicComposeController() {
|
||||
it.visibility == KVisibility.PUBLIC
|
||||
}.map {
|
||||
it to it.name.replace("(.)(\\p{Upper})".toRegex(), "$1 $2")
|
||||
.lowercase(Locale.getDefault()).capitalize(Locale.getDefault())
|
||||
.lowercase(Locale.getDefault())
|
||||
.capitalize(Locale.getDefault())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user