From 8c9a2714a1515be66b959d747c7c54214b4952b0 Mon Sep 17 00:00:00 2001 From: vaw Date: Sat, 25 Oct 2025 19:55:23 +0000 Subject: [PATCH] Fix rustfmt warning (#523) --- .rustfmt.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rustfmt.toml b/.rustfmt.toml index e9ad996..1e31d0e 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -1,6 +1,6 @@ unstable_features = true max_width = 100 -fn_call_width = 90 +fn_call_width = 88 struct_lit_width = 50 struct_variant_width = 50 chain_width = 75