mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-22 18:59:59 +08:00
Run IWYU and clang-format
This commit is contained in:
parent
b0a7f88f07
commit
00e63993ce
@ -1,5 +1,5 @@
|
|||||||
#include <iostream>
|
|
||||||
#include <benchmark/benchmark.h>
|
#include <benchmark/benchmark.h>
|
||||||
|
#include <iostream>
|
||||||
|
|
||||||
#include "ftxui/dom/elements.hpp" // for gauge, separator, operator|, text, Element, hbox, vbox, blink, border, inverted
|
#include "ftxui/dom/elements.hpp" // for gauge, separator, operator|, text, Element, hbox, vbox, blink, border, inverted
|
||||||
#include "ftxui/dom/node.hpp" // for Render
|
#include "ftxui/dom/node.hpp" // for Render
|
||||||
@ -61,7 +61,8 @@ static void BenchmarkStyle(benchmark::State& state) {
|
|||||||
text("Test") | bgcolor(Color::Red),
|
text("Test") | bgcolor(Color::Red),
|
||||||
text("Test") | color(Color::RGB(42, 87, 124)),
|
text("Test") | color(Color::RGB(42, 87, 124)),
|
||||||
text("Test") | bgcolor(Color::RGB(42, 87, 124)),
|
text("Test") | bgcolor(Color::RGB(42, 87, 124)),
|
||||||
text("Test") | color(Color::RGB(42, 87, 124)) | bgcolor(Color::RGB(172, 94, 212)),
|
text("Test") | color(Color::RGB(42, 87, 124)) |
|
||||||
|
bgcolor(Color::RGB(172, 94, 212)),
|
||||||
text("Test") | blink,
|
text("Test") | blink,
|
||||||
text("Test") | automerge,
|
text("Test") | automerge,
|
||||||
}));
|
}));
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user