Skip to content

Commit

Permalink
Fix code analytics
Browse files Browse the repository at this point in the history
Signed-off-by: alperozturk <[email protected]>
  • Loading branch information
alperozturk96 committed Aug 30, 2024
1 parent cef78f3 commit 59faacf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class OfflineOperationsRepository(
private val dao = fileDataStorageManager.offlineOperationDao
private val pathSeparator = '/'

@Suppress("NestedBlockDepth")
override fun getAllSubdirectories(fileId: Long): List<OfflineOperationEntity> {
val result = mutableListOf<OfflineOperationEntity>()
val queue = ArrayDeque<Long>()
Expand Down

0 comments on commit 59faacf

Please sign in to comment.