We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 513f2fb commit 308368fCopy full SHA for 308368f
aws-crt-kotlin/native/src/aws/sdk/kotlin/crt/io/HostResolverNative.kt
@@ -19,8 +19,7 @@ public actual class HostResolver private constructor(
19
private val elg: EventLoopGroup,
20
private val manageElg: Boolean,
21
private val maxEntries: Int,
22
-) :
23
- NativeHandle<aws_host_resolver>,
+) : NativeHandle<aws_host_resolver>,
24
Closeable,
25
AsyncShutdown {
26
0 commit comments