Radish alpha
r
Radicle terminal user interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
tui: Fix code format issue
Vincenzo Palazzo committed 2 years ago
commit 61f6bcd0067cddbc41e918b850c08c6dae9ea607
parent 3e133ba085011c4c7bada090cce41974bfbfc0f1
1 file changed +2 -1
modified radicle-tui/src/ui/widget/common/container.rs
@@ -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()