mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-18 00:48:09 +08:00
Apply Clang-tidy (#918)
This commit is contained in:
@@ -490,8 +490,8 @@ int main() {
|
||||
},
|
||||
&tab_index);
|
||||
|
||||
auto exit_button = Button(
|
||||
"Exit", [&] { screen.Exit(); }, ButtonOption::Animated());
|
||||
auto exit_button =
|
||||
Button("Exit", [&] { screen.Exit(); }, ButtonOption::Animated());
|
||||
|
||||
auto main_container = Container::Vertical({
|
||||
Container::Horizontal({
|
||||
|
Reference in New Issue
Block a user