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

Unverified Commit dc45d841 authored by Mario Danic's avatar Mario Danic Committed by AndyScherzinger
Browse files

Fix wrapping

parent 3de86577
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -112,8 +112,7 @@ public class GetRemoteUserInfoOperation extends RemoteOperation {
        OwnCloudBasicCredentials credentials = (OwnCloudBasicCredentials) client.getCredentials();

        OwnCloudVersion version = client.getOwnCloudVersion();
        boolean versionWithSelfAPI =
                (version != null && version.isSelfSupported());
        boolean versionWithSelfAPI = version != null && version.isSelfSupported();

        //Get the user
        try {