Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Object905 committed Jun 8, 2024
1 parent 2f3f5d0 commit 527f75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pingora-load-balancing/src/selection/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pub trait BackendSelection {
/// The [BackendIter] returned from iter() below.
type Iter: BackendIter;
/// The function to create a [BackendSelection] implementation.
/// `previous` is previous instance of self, when it's created during backend update
/// `previous` is previous instance of self, when it's created during backend update
fn build(backends: &BTreeSet<Backend>, previous: Option<Arc<Self>>) -> Self;
/// Select backends for a given key.
///
Expand Down

0 comments on commit 527f75b

Please sign in to comment.