Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Milan-Cerovsky committed Aug 12, 2024
1 parent b231d27 commit 2e24b4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ internal class UsdExchangeRateFetcher(private val torDir: File) {
times: Int = 3,
initialDelay: Long = 1000,
multiplier: Double = 2.0,
block: suspend () -> T,
block: () -> T,
): T {
var currentDelay = initialDelay
repeat(times - 1) {
Expand Down

0 comments on commit 2e24b4b

Please sign in to comment.