rustfmt
This commit is contained in:
@ -94,9 +94,8 @@ impl Component for Backlog {
|
||||
buffers: &crate::buffers::Buffers,
|
||||
) -> Result<()> {
|
||||
let active_buffer = buffers.active_buffer();
|
||||
let undrawn_widgets_at_top = self.draw_items(frame.buffer_mut(), area, || {
|
||||
active_buffer.content()
|
||||
})?;
|
||||
let undrawn_widgets_at_top =
|
||||
self.draw_items(frame.buffer_mut(), area, || active_buffer.content())?;
|
||||
|
||||
// We are reaching the end of the backlog we have locally, ask the buffer to fetch
|
||||
// more if it can
|
||||
|
Reference in New Issue
Block a user