Remove redundant type parameter

Signed-off-by: Graham <gpe@openrs2.org>
master
Graham 12 months ago
parent 69ea1ac7ab
commit 8cd73a926b
  1. 2
      archive/src/main/kotlin/org/openrs2/archive/cache/CacheDownloader.kt

@ -30,7 +30,7 @@ public class CacheDownloader @Inject constructor(
val group = bootstrapFactory.createEventLoopGroup()
try {
suspendCoroutine<Unit> { continuation ->
suspendCoroutine { continuation ->
val bootstrap = bootstrapFactory.createBootstrap(group)
val hostname: String

Loading…
Cancel
Save