From 2382c87aa30277e11b21a50c2fef6f7f891e8fc0 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sun, 16 Jan 2022 23:30:57 +0200 Subject: [PATCH] Update pattern_formatter-inl.h --- include/spdlog/pattern_formatter-inl.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/spdlog/pattern_formatter-inl.h b/include/spdlog/pattern_formatter-inl.h index 19d19e29..f18b0d16 100644 --- a/include/spdlog/pattern_formatter-inl.h +++ b/include/spdlog/pattern_formatter-inl.h @@ -1368,7 +1368,6 @@ SPDLOG_INLINE details::padding_info pattern_formatter::handle_padspec_(std::stri { truncate = false; } - return details::padding_info{std::min(width, max_width), side, truncate}; }