Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
vendelieu committed Nov 1, 2023
1 parent e78f82d commit ef7adcb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ data class HttpConfiguration(
var socketTimeoutMillis: Long? = null,
var maxRequestRetry: Int = 3,
var retryDelay: Long = 3000L,
var proxy: Proxy? = null
var proxy: Proxy? = null,
)

0 comments on commit ef7adcb

Please sign in to comment.