Skip to content

Commit

Permalink
chore: remove repetitive words (#581)
Browse files Browse the repository at this point in the history
Signed-off-by: divdeploy <[email protected]>
  • Loading branch information
divdeploy authored Apr 5, 2024
1 parent 7c630f8 commit f132b8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/telemetry_core/tests/e2e_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ async fn e2e_feed_add_and_remove_shard() {
}))
.unwrap();

// Keep what we need to to keep connection alive and let us kill a shard:
// Keep what we need to keep connection alive and let us kill a shard:
shards.push((shard_id, node_tx));
}

Expand Down
2 changes: 1 addition & 1 deletion backend/test_utils/src/server/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ pub enum ServerMode {
shards: DenseMap<ProcessId, ShardProcess>,
},
ConnectToExistingMode {
/// The hosts that we can connect to to submit things.
/// The hosts that we can connect to submit things.
submit_hosts: Vec<String>,
/// Which host do we use next (we'll cycle around them
/// as shards are "added").
Expand Down

0 comments on commit f132b8e

Please sign in to comment.