From 4d3ef84ef2adf5e17d690f84ba91a6daf625eef9 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Sun, 31 Dec 2023 13:32:58 -0500 Subject: [PATCH] clang-format --- include/fmt/format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fmt/format.h b/include/fmt/format.h index bc0d4762..100ba7a9 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -4529,7 +4529,7 @@ formatter(specs.width, - specs.width_ref, ctx); + specs.width_ref, ctx); detail::handle_dynamic_spec( specs.precision, specs.precision_ref, ctx); return detail::write(ctx.out(), val, specs, ctx.locale());