fix kt spotless
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
8ee9a46978
commit
7d08bb527b
@ -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."
|
||||||
);
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user