Skip to content

Commit 9c55c92

Browse files
Remove empty comment lines from round-robin algorithm
- Remove empty comment lines from retry_with_round_robin function - Remove empty comment lines from get_next_endpoint function - Addresses GitHub comment from merolish on PR #171 Co-Authored-By: Ali <[email protected]>
1 parent aa00fab commit 9c55c92

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/agent/utils/rpc_multi_client.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ pub struct RpcMultiClient {
6767
}
6868

6969
impl RpcMultiClient {
70-
///
7170
async fn retry_with_round_robin<'a, T, F>(
7271
&'a self,
7372
operation_name: &str,
@@ -128,7 +127,6 @@ impl RpcMultiClient {
128127
)
129128
}
130129

131-
///
132130
async fn get_next_endpoint(&self) -> Option<usize> {
133131
let mut state = self.round_robin_state.lock().await;
134132
let now = Instant::now();

0 commit comments

Comments
 (0)