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:
parent
49765c961e
commit
b1f174817c
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue