rustfmt
Some checks failed
CI / lint (push) Successful in 3m33s
CI / Build and test (, nightly) (push) Failing after 1m33s
CI / Build and test (, beta) (push) Successful in 6m31s
CI / Build and test (, 1.76.0) (push) Successful in 6m34s

This commit is contained in:
2024-02-10 20:28:09 +01:00
parent e627e3b9a2
commit 11bf79e95e

View File

@ -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