Detekt: sentences must end with a period.

This commit is contained in:
Benoit Marty 2023-09-26 16:48:13 +02:00
parent b6d94830b0
commit d4b83cfd45

View file

@ -57,6 +57,7 @@ class CallIntentDataParser @Inject constructor() {
* Ensure the uri has the following parameters and value: * Ensure the uri has the following parameters and value:
* - appPrompt=false * - appPrompt=false
* - confineToRoom=true * - confineToRoom=true
* to ensure that the rendering will bo correct on the embedded Webview.
*/ */
private fun Uri.withCustomParameters(): String { private fun Uri.withCustomParameters(): String {
val builder = buildUpon() val builder = buildUpon()