Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 75e5ec00 authored by tobiasKaminsky's avatar tobiasKaminsky
Browse files

spotless

parent f8046f57
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -19,8 +19,7 @@ import org.apache.commons.httpclient.HttpStatus
/**
 * Get recommendation of an user
 */
class GetRecommendationsRemoteOperation :
    OCSRemoteOperation<RecommendationResponse>() {
class GetRecommendationsRemoteOperation : OCSRemoteOperation<RecommendationResponse>() {
    @Suppress("TooGenericExceptionCaught")
    override fun run(client: NextcloudClient): RemoteOperationResult<RecommendationResponse> {
        var result: RemoteOperationResult<RecommendationResponse>
+4 −1
Original line number Diff line number Diff line
@@ -8,4 +8,7 @@

package com.nextcloud.android.lib.resources.recommendations

data class RecommendationResponse(val enabled: Boolean, val recommendations: ArrayList<Recommendation>)
data class RecommendationResponse(
    val enabled: Boolean,
    val recommendations: ArrayList<Recommendation>
)
+1 −1

File changed.

Contains only whitespace changes.