nit: Remove useless ';' and ',' (#606)

Taken out of:
https://github.com/ArthurSonzogni/FTXUI/pull/600

Co-authored-by: LostInCompilation <12819635+LostInCompilation@users.noreply.github.com>
This commit is contained in:
Arthur Sonzogni
2023-03-26 16:14:43 +02:00
committed by GitHub
parent 0b57be9c49
commit 422c30cd34
4 changed files with 8 additions and 8 deletions

View File

@@ -64,7 +64,7 @@ Element vscroll_indicator(Element child) {
screen.PixelAt(x, y) = Pixel();
screen.PixelAt(x, y).character = c;
}
};
}
};
return std::make_shared<Impl>(std::move(child));
}