Skip to content

Commit 5ca2f60

Browse files
committed
kt spotless fix
Signed-off-by: alperozturk <[email protected]>
1 parent e2f73d8 commit 5ca2f60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/java/com/owncloud/android/ui/fragment/share/RemoteShareRepository.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ class RemoteShareRepository(
4848
} else {
4949
Log_OC.w(
5050
tag,
51-
"Failed to refresh shares for the specified remote path. An error occurred during the operation."
51+
"Failed to refresh shares for the specified remote path. " +
52+
"An error occurred during the operation."
5253
)
5354
onError()
5455
}

0 commit comments

Comments
 (0)