Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit f35daac

Browse files
abelgardepJuancaG05
authored andcommitted
Pleasure the lint
1 parent 2ac5cf0 commit f35daac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

owncloudComLibrary/src/main/java/com/owncloud/android/lib/resources/appregistry/services/OCAppRegistryService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ package com.owncloud.android.lib.resources.appregistry.services
2525
import com.owncloud.android.lib.common.OwnCloudClient
2626
import com.owncloud.android.lib.common.operations.RemoteOperationResult
2727
import com.owncloud.android.lib.resources.appregistry.GetRemoteAppRegistryOperation
28-
import com.owncloud.android.lib.resources.appregistry.responses.AppRegistryResponse
2928
import com.owncloud.android.lib.resources.appregistry.GetUrlToOpenInWebRemoteOperation
29+
import com.owncloud.android.lib.resources.appregistry.responses.AppRegistryResponse
3030

3131
class OCAppRegistryService(override val client: OwnCloudClient) : AppRegistryService {
3232
override fun getAppRegistry(): RemoteOperationResult<AppRegistryResponse> =

0 commit comments

Comments
 (0)