mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-29 16:39:34 +08:00
Apply Clang-tidy (#918)
This commit is contained in:
@@ -32,7 +32,7 @@ class Reflect : public Node {
|
||||
|
||||
void Render(Screen& screen) final {
|
||||
reflected_box_ = Box::Intersection(screen.stencil, reflected_box_);
|
||||
return Node::Render(screen);
|
||||
Node::Render(screen);
|
||||
}
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user