Skip to content

Commit 43d316d

Browse files
committed
chore: minor cleanup
1 parent e4153c3 commit 43d316d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/src/jvmMain/kotlin/dev/suresh/http/HttpClient.jvm.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import nl.altindag.ssl.SSLFactory
99

1010
val log = KotlinLogging.logger {}
1111

12-
val customSSLFactory by lazy {
12+
val customSSLFactory: SSLFactory by lazy {
1313
log.info { "Initializing TLS context with custom RootCAs..." }
1414
log.info { "Root CAs: ${RootCA.commonNames}" }
1515
SSLFactory.builder()

0 commit comments

Comments
 (0)