Skip to content

Commit 308368f

Browse files
committed
lint
1 parent 513f2fb commit 308368f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

aws-crt-kotlin/native/src/aws/sdk/kotlin/crt/io/HostResolverNative.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ public actual class HostResolver private constructor(
1919
private val elg: EventLoopGroup,
2020
private val manageElg: Boolean,
2121
private val maxEntries: Int,
22-
) :
23-
NativeHandle<aws_host_resolver>,
22+
) : NativeHandle<aws_host_resolver>,
2423
Closeable,
2524
AsyncShutdown {
2625

0 commit comments

Comments
 (0)