Remove ambiguity

This commit is contained in:
Benoit Marty 2022-05-16 13:05:26 +02:00
parent c25845b959
commit dcbc85484c

View File

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