Fix usage of temporaries with fmt-styled
Compare changes
+ 6
− 5
@@ -102,17 +102,18 @@ public:
@@ -122,7 +123,7 @@ public:
Passing temporaries to fmt::styled
is wrong because the temporary is not stored and dangles. This small patch fixes that.