diff --git a/pingora-proxy/examples/multi_lb.rs b/pingora-proxy/examples/multi_lb.rs index 59125821..76c82774 100644 --- a/pingora-proxy/examples/multi_lb.rs +++ b/pingora-proxy/examples/multi_lb.rs @@ -53,7 +53,7 @@ impl ProxyHttp for Router { } } -fn build_cluster_service( +fn build_cluster_service( upstreams: &[&str], ) -> GenBackgroundService> where