mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-12-16 01:48:56 +08:00
Automatically fix style.
This commit is contained in:
committed by
Arthur Sonzogni
parent
d09996a6c7
commit
5291f660ca
@@ -199,7 +199,7 @@ TEST(ContainerTest, SetActiveChild) {
|
||||
}
|
||||
|
||||
TEST(ContainerTest, TakeFocus) {
|
||||
auto c= Container::Horizontal();
|
||||
auto c = Container::Horizontal();
|
||||
auto c1 = Container::Vertical();
|
||||
auto c2 = Container::Vertical();
|
||||
auto c3 = Container::Vertical();
|
||||
|
||||
Reference in New Issue
Block a user