Skip to content

Commit

Permalink
Fix kotlin spotless check
Browse files Browse the repository at this point in the history
Signed-off-by: alperozturk <[email protected]>
  • Loading branch information
alperozturk96 committed Jun 7, 2024
1 parent 1ec83e7 commit 331b7c2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class UnifiedSearchRemoteRepository(

private fun runAsyncWithNcClient(callback: (client: NextcloudClient) -> Unit) {
val coroutineExceptionHandler = CoroutineExceptionHandler { _, exception ->
Log_OC.d(tag,"CoroutineExceptionHandler got at runAsyncWithNcClient $exception")
Log_OC.d(tag, "CoroutineExceptionHandler got at runAsyncWithNcClient $exception")
}

CoroutineScope(Dispatchers.IO).launch(coroutineExceptionHandler) {
Expand All @@ -38,7 +38,6 @@ class UnifiedSearchRemoteRepository(
}
}


override fun queryAll(
query: String,
onResult: (UnifiedSearchResult) -> Unit,
Expand Down

0 comments on commit 331b7c2

Please sign in to comment.