mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-26 00:21:13 +00:00
Fix coding conventions
This commit is contained in:
parent
86f0a7046e
commit
fb289cf56b
@ -90,7 +90,7 @@ TEST(ColorsTest, Format) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
TEST(ColorsTest, FormatToOutAcceptsTextStyle) {
|
TEST(ColorsTest, FormatToOutAcceptsTextStyle) {
|
||||||
fmt::text_style const ts = fg(fmt::rgb(255, 20, 30));
|
fmt::text_style ts = fg(fmt::rgb(255, 20, 30));
|
||||||
std::string out;
|
std::string out;
|
||||||
fmt::format_to(std::back_inserter(out), ts, "rgb(255,20,30){}{}{}", 1, 2, 3);
|
fmt::format_to(std::back_inserter(out), ts, "rgb(255,20,30){}{}{}", 1, 2, 3);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user