Fix usage of temporaries with fmt-styled
Passing temporaries to fmt::styled
is wrong because the temporary is not stored and dangles. This small patch fixes that.
Passing temporaries to fmt::styled
is wrong because the temporary is not stored and dangles. This small patch fixes that.