Skip to content

Commit

Permalink
fmt items
Browse files Browse the repository at this point in the history
  • Loading branch information
janos-r committed Feb 6, 2025
1 parent 3b86657 commit 387ae6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/items.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1503,7 +1503,7 @@ pub(crate) fn format_struct_struct(
Shape::indented(offset.block_indent(context.config), context.config).sub_width_opt(1)?,
mk_sp(body_lo, span.hi()),
one_line_budget,
None
None,
)?;

if !items_str.contains('\n')
Expand Down

0 comments on commit 387ae6c

Please sign in to comment.