improve ktlint score

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2022-05-11 21:32:29 +02:00
parent c52d23fabf
commit e1725767c3
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -476,7 +476,7 @@ class ContactsController(args: Bundle) :
})
}
private fun processAutocompleteUserList(responseBody: ResponseBody) : MutableList<AbstractFlexibleItem<*>> {
private fun processAutocompleteUserList(responseBody: ResponseBody): MutableList<AbstractFlexibleItem<*>> {
try {
val autocompleteOverall: AutocompleteOverall = LoganSquare.parse<AutocompleteOverall>(
responseBody.string(),