Run IWYU and clang-format

This commit is contained in:
ArthurSonzogni 2023-08-06 13:25:42 +02:00
parent b0a7f88f07
commit 00e63993ce
No known key found for this signature in database
GPG Key ID: 41D98248C074CD6C
2 changed files with 999 additions and 997 deletions

View File

@ -1,5 +1,5 @@
#include <iostream>
#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/node.hpp" // for Render
@ -61,7 +61,8 @@ static void BenchmarkStyle(benchmark::State& state) {
text("Test") | bgcolor(Color::Red),
text("Test") | color(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") | automerge,
}));

File diff suppressed because it is too large Load Diff