Skip to content

Commit 158bbca

Browse files
Fix trailing whitespace issues in round-robin algorithm
- Pre-commit hook automatically fixed trailing whitespace - Resolves CI failure in pre-commit checks Co-Authored-By: Ali <[email protected]>
1 parent 1d248df commit 158bbca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/agent/utils/rpc_multi_client.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ impl RpcMultiClient {
127127
)
128128
}
129129

130+
///
130131
async fn get_next_endpoint(&self) -> Option<usize> {
131132
let mut state = self.round_robin_state.lock().await;
132133
let now = Instant::now();

0 commit comments

Comments
 (0)