From f35daacdf18529a7ad62c42df11285bb68b1c043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abel=20Garc=C3=ADa=20de=20Prada?= Date: Mon, 27 Mar 2023 08:39:29 +0200 Subject: [PATCH] Pleasure the lint --- .../lib/resources/appregistry/services/OCAppRegistryService.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owncloudComLibrary/src/main/java/com/owncloud/android/lib/resources/appregistry/services/OCAppRegistryService.kt b/owncloudComLibrary/src/main/java/com/owncloud/android/lib/resources/appregistry/services/OCAppRegistryService.kt index 22209219..595f7895 100644 --- a/owncloudComLibrary/src/main/java/com/owncloud/android/lib/resources/appregistry/services/OCAppRegistryService.kt +++ b/owncloudComLibrary/src/main/java/com/owncloud/android/lib/resources/appregistry/services/OCAppRegistryService.kt @@ -25,8 +25,8 @@ package com.owncloud.android.lib.resources.appregistry.services import com.owncloud.android.lib.common.OwnCloudClient import com.owncloud.android.lib.common.operations.RemoteOperationResult import com.owncloud.android.lib.resources.appregistry.GetRemoteAppRegistryOperation -import com.owncloud.android.lib.resources.appregistry.responses.AppRegistryResponse import com.owncloud.android.lib.resources.appregistry.GetUrlToOpenInWebRemoteOperation +import com.owncloud.android.lib.resources.appregistry.responses.AppRegistryResponse class OCAppRegistryService(override val client: OwnCloudClient) : AppRegistryService { override fun getAppRegistry(): RemoteOperationResult =