Skip to content

Commit b426394

Browse files
committed
grpc: Code style issue
1 parent 931d570 commit b426394

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

grpc/grpc-client/src/nativeMain/kotlin/kotlinx/rpc/grpc/client/internal/ManagedChannel.native.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ public actual fun ManagedChannelBuilder(target: String, credentials: ClientCrede
6868
return NativeManagedChannelBuilder(target, credentials)
6969
}
7070

71-
7271
internal actual fun ManagedChannelBuilder<*>.applyConfig(config: GrpcClientConfiguration): ManagedChannelBuilder<*> {
7372
this.config = config
7473
return this

0 commit comments

Comments
 (0)