From 92a5e55d552aa2dc67c3d74cb057dc003dfe10ef Mon Sep 17 00:00:00 2001 From: Martin Kysel Date: Wed, 18 Dec 2024 16:13:34 -0500 Subject: [PATCH] linter --- xmtp_api_grpc/src/replication_client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmtp_api_grpc/src/replication_client.rs b/xmtp_api_grpc/src/replication_client.rs index 180f57654..e13b07adc 100644 --- a/xmtp_api_grpc/src/replication_client.rs +++ b/xmtp_api_grpc/src/replication_client.rs @@ -466,7 +466,7 @@ impl ClientV4 { async fn query_v4_envelopes( &self, topics: Vec>, - limit: u32 + limit: u32, ) -> Result>, Error> { let requests = topics.iter().map(|topic| async { let client = &mut self.client.clone();