code style

This commit is contained in:
Maksim Fomenkov
2022-12-16 03:04:58 +03:00
parent 6fa6fa0055
commit 56760319e3

View File

@@ -102,7 +102,7 @@ abstract class Multistream(
private fun monitorUpstream(upstream: Upstream) {
val id = upstream.getId()
//remove gouge for given upstream if exists - otherwise metric will stuck with prev upstream instance
// remove gouge for given upstream if exists - otherwise metric will stuck with prev upstream instance
meters[id]?.let {
Metrics.globalRegistry.remove(it)
}