Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
VysotskiVadim committed Oct 19, 2023
1 parent 7a53e9e commit da93ab3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ typealias PrepareForParsingAction = suspend () -> Unit

@OptIn(ExperimentalPreviewMapboxNavigationAPI::class)
class RoutesParsingQueue(
val longRoutesOptimisationOptions: LongRoutesOptimisationOptions
private val longRoutesOptimisationOptions: LongRoutesOptimisationOptions
) {

private val mutex = Mutex()
Expand Down

0 comments on commit da93ab3

Please sign in to comment.