Skip to content

Commit 7d08bb5

Browse files
committed
fix kt spotless
Signed-off-by: alperozturk <[email protected]>
1 parent 8ee9a46 commit 7d08bb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ class RemoteShareRepository(
3131
val result = operation.execute(client)
3232

3333
if (result.isSuccess) {
34-
Log_OC.d(tag, "Successfully refreshed shares for the specified remote path.");
34+
Log_OC.d(tag, "Successfully refreshed shares for the specified remote path.")
3535
} else {
3636
Log_OC.w(
3737
tag,
3838
"Failed to refresh shares for the specified remote path. An error occurred during the operation."
39-
);
39+
)
4040
}
4141
}
4242
}

0 commit comments

Comments
 (0)