problem: ktlint

This commit is contained in:
Igor Artamonov
2021-10-26 23:18:24 -04:00
parent bdd25da387
commit dc3c7b1249

View File

@@ -83,7 +83,7 @@ class WebsocketHandler(
}
val items = readRpcJson.extract(type, data)
if (items.isEmpty()) {
//empty should never happen for a SINGLE type of request, but anyway, just return nothing
// empty should never happen for a SINGLE type of request, but anyway, just return nothing
return Mono.empty()
}
return Mono