diff --git a/pingora-proxy/examples/multi_lb.rs b/pingora-proxy/examples/multi_lb.rs index 59125821..1321c207 100644 --- a/pingora-proxy/examples/multi_lb.rs +++ b/pingora-proxy/examples/multi_lb.rs @@ -53,9 +53,7 @@ impl ProxyHttp for Router { } } -fn build_cluster_service( - upstreams: &[&str], -) -> GenBackgroundService> +fn build_cluster_service(upstreams: &[&str]) -> GenBackgroundService> where S: BackendSelection + 'static, S::Iter: BackendIter,