Skip to content

Commit

Permalink
fmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
delcin-raj committed Mar 19, 2024
1 parent da6c502 commit 48c1d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ pub struct WasteMetric(u64);

/// The result of selection algorithm
pub struct SelectionOutput {
/// The selected input indices, refers to the indices of the inputs Slice Reference
/// The selected input indices, refers to the indices of the inputs Slice Reference
pub selected_inputs: Vec<usize>,
/// The waste amount, for the above inputs
pub waste: WasteMetric,
Expand Down

0 comments on commit 48c1d29

Please sign in to comment.