mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 19:58:57 +03:00
Remove ambiguity
This commit is contained in:
parent
c25845b959
commit
dcbc85484c
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ internal fun String.ensureProtocol(): String {
|
|||
}
|
||||
|
||||
/**
|
||||
* Ensure string has trailing /.
|
||||
* Ensure string ends with "/", if not empty.
|
||||
*/
|
||||
internal fun String.ensureTrailingSlash(): String {
|
||||
return when {
|
||||
|
|
Loading…
Add table
Reference in a new issue