File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ namespace fmt {
243243template <>
244244struct formatter <Scrub::delay_cause_t > : ::fmt::formatter<std::string_view> {
245245 template <typename FormatContext>
246- auto format (Scrub::delay_cause_t cause, FormatContext& ctx)
246+ auto format (Scrub::delay_cause_t cause, FormatContext& ctx) const
247247 {
248248 using enum Scrub::delay_cause_t ;
249249 std::string_view desc;
@@ -359,7 +359,7 @@ struct fmt::formatter<requested_scrub_t> {
359359 constexpr auto parse (format_parse_context& ctx) { return ctx.begin (); }
360360
361361 template <typename FormatContext>
362- auto format (const requested_scrub_t & rs, FormatContext& ctx)
362+ auto format (const requested_scrub_t & rs, FormatContext& ctx) const
363363 {
364364 return fmt::format_to (ctx.out (),
365365 " (plnd:{}{}{}{}{}{})" ,
You can’t perform that action at this time.
0 commit comments