mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-12-16 01:48:56 +08:00
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:
@@ -28,7 +28,7 @@ Component Dropdown(ConstStringListRef entries, int* selected) {
|
||||
}
|
||||
return hbox({prefix, t});
|
||||
};
|
||||
checkbox_ = Checkbox(&title_, &show_, option),
|
||||
checkbox_ = Checkbox(&title_, &show_, option);
|
||||
radiobox_ = Radiobox(entries_, selected_);
|
||||
|
||||
Add(Container::Vertical({
|
||||
|
||||
Reference in New Issue
Block a user