Skip to content

Commit e9a6144

Browse files
Fix trailing whitespace issues in round-robin algorithm
- Auto-fix trailing whitespace detected by pre-commit hook - Prepare for adding comprehensive documentation comments Co-Authored-By: Ali <[email protected]>
1 parent 158bbca commit e9a6144

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
@@ -30,6 +30,7 @@ use {
3030
url::Url,
3131
};
3232

33+
3334
#[derive(Debug, Clone)]
3435
struct EndpointState {
3536
last_failure: Option<Instant>,

0 commit comments

Comments
 (0)