Automatically fix style.

This commit is contained in:
ArthurSonzogni
2020-09-06 13:46:56 +02:00
committed by Arthur Sonzogni
parent d09996a6c7
commit 5291f660ca
50 changed files with 197 additions and 190 deletions

View File

@@ -6,7 +6,7 @@ namespace ftxui {
Element Button::Render() {
if (Focused())
return text(label) | border |inverted;
return text(label) | border | inverted;
else
return text(label) | border;
}