tui: Fix code format issue

During the testing of my CI proposal code, I discovered that our current
master branch is not building correctly.

Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
This commit is contained in:
Vincenzo Palazzo 2023-07-24 16:57:02 +02:00 committed by Alexis Sellier
parent 49765c961e
commit b1f174817c
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -433,7 +433,8 @@ impl WidgetComponent for LabeledContainer {
.split(layout[1]);
// reverse draw order: child needs to be drawn first?
self.component.attr(Attribute::Focus, AttrValue::Flag(focus));
self.component
.attr(Attribute::Focus, AttrValue::Flag(focus));
self.component.view(frame, inner_layout[1]);
let block = Block::default()