Skip to content

Commit 468ec67

Browse files
committed
fix: trailing newline in footer_ui.rs (cargo fmt)
1 parent e8479cb commit 468ec67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/tui/src/tui/footer_ui.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,4 +885,4 @@ pub(crate) fn format_context_budget(used: i64, max: u32) -> String {
885885
#[cfg(test)]
886886
pub(crate) fn spans_width(spans: &[Span<'_>]) -> usize {
887887
spans.iter().map(|span| span.content.width()).sum()
888-
}
888+
}

0 commit comments

Comments
 (0)