Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpasmantier committed Oct 14, 2024
1 parent 6d39803 commit a55c7f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/television/ui/layout.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ impl Layout {
}

/// TODO: add diagram
#[allow(dead_code)]
pub fn all_panes_centered(dimensions: Dimensions, area: Rect) -> Self {
let main_block = centered_rect(dimensions.x, dimensions.y, area);
// split the main block into two vertical chunks
Expand Down

0 comments on commit a55c7f0

Please sign in to comment.