From 387ae6cf512cbd3d7b94dae5cebd0c121decbabd Mon Sep 17 00:00:00 2001 From: Radim Date: Fri, 7 Feb 2025 00:16:21 +0100 Subject: [PATCH] fmt items --- src/items.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/items.rs b/src/items.rs index 416d70e7638..62f7706da36 100644 --- a/src/items.rs +++ b/src/items.rs @@ -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')