mirror of
https://github.com/polybar/polybar.git
synced 2026-03-07 16:59:20 +00:00
the `node` and `node_repeat` were never called with the optional parameter add_space. And its default value is false, so the corresponding code was never used. I think in general it is better to just have the user of those functions call `builder::space` when they need to instead of adding more complexity to the `node*` functions.