mirror of
https://github.com/Alexays/Waybar.git
synced 2026-02-06 15:35:22 +00:00
Since fmt 11.0.0, formatter:format() is required to be const. Mark
all of the specializations as const to be compatible with fmt 11.
This change is implemented in the same spirit of 7725f6ed5a.
Signed-off-by: Kefu Chai <tchaikov@gmail.com>