mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-21 02:58:08 +08:00
Execute clang tidy and IWYU (#528)
This commit is contained in:

committed by
ArthurSonzogni

parent
4dc1a9fff9
commit
0542227ba7
@@ -410,7 +410,7 @@ std::string Screen::ToString() {
|
||||
std::stringstream ss;
|
||||
|
||||
Pixel previous_pixel;
|
||||
Pixel final_pixel;
|
||||
const Pixel final_pixel;
|
||||
|
||||
for (int y = 0; y < dimy_; ++y) {
|
||||
if (y != 0) {
|
||||
|
Reference in New Issue
Block a user