added const

This commit is contained in:
2026-03-01 13:32:13 +03:00
parent cc6d625c2d
commit 52e9b906ff

View File

@@ -207,7 +207,7 @@ struct std::formatter<omath::Color> // NOLINT(*-dcl58-cpp)
constexpr auto parse(std::format_parse_context& ctx) constexpr auto parse(std::format_parse_context& ctx)
{ {
auto it = ctx.begin(); const auto it = ctx.begin();
const auto end = ctx.end(); const auto end = ctx.end();
if (it == end || *it == '}') if (it == end || *it == '}')