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

Commit 27e5d36

Browse files
fesaveabelgardep
authored andcommitted
Ktlint fixes.
1 parent 2b299da commit 27e5d36

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/status/RemoteCapability.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ data class RemoteCapability(
6161
var filesSharingResharing: CapabilityBooleanType = CapabilityBooleanType.UNKNOWN,
6262
var filesSharingFederationOutgoing: CapabilityBooleanType = CapabilityBooleanType.UNKNOWN,
6363
var filesSharingFederationIncoming: CapabilityBooleanType = CapabilityBooleanType.UNKNOWN,
64-
var filesSharingUserProfilePicture:CapabilityBooleanType = CapabilityBooleanType.UNKNOWN,
64+
var filesSharingUserProfilePicture: CapabilityBooleanType = CapabilityBooleanType.UNKNOWN,
6565

6666
// Files
6767
var filesBigFileChunking: CapabilityBooleanType = CapabilityBooleanType.UNKNOWN,

0 commit comments

Comments
 (0)