Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenGar committed Aug 30, 2024
1 parent d86f5ed commit d7dffd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jagua-rs/src/entities/problems/strip_packing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ impl ProblemGeneric for SPProblem {
&self.missing_item_qtys
}

fn template_layout_indices_with_stock(&self) -> impl Iterator<Item=LayoutIndex> {
fn template_layout_indices_with_stock(&self) -> impl Iterator<Item = LayoutIndex> {
iter::empty::<LayoutIndex>()
}

Expand Down

0 comments on commit d7dffd4

Please sign in to comment.