From bce8d4ed087a0560492426f9f5be2713804daded Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 27 Mar 2023 11:04:00 -0700 Subject: [PATCH] Remove stray comment --- include/fmt/core.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/fmt/core.h b/include/fmt/core.h index 19c3cf8b..71553907 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -2048,7 +2048,6 @@ FMT_END_DETAIL_NAMESPACE enum class presentation_type : unsigned char { none, - // Integer types should go first, dec, // 'd' oct, // 'o' hex_lower, // 'x'