fix kt spotless

Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
alperozturk 2025-06-12 10:19:00 +02:00
parent 8ee9a46978
commit 7d08bb527b
No known key found for this signature in database
GPG Key ID: 4E577DC593B59BDF

View File

@ -31,12 +31,12 @@ class RemoteShareRepository(
val result = operation.execute(client) val result = operation.execute(client)
if (result.isSuccess) { if (result.isSuccess) {
Log_OC.d(tag, "Successfully refreshed shares for the specified remote path."); Log_OC.d(tag, "Successfully refreshed shares for the specified remote path.")
} else { } else {
Log_OC.w( Log_OC.w(
tag, tag,
"Failed to refresh shares for the specified remote path. An error occurred during the operation." "Failed to refresh shares for the specified remote path. An error occurred during the operation."
); )
} }
} }
} }