fix: trailing newline in footer_ui.rs (cargo fmt)

This commit is contained in:
donglovejava
2026-05-29 08:02:58 +08:00
committed by Hunter Bown
parent 9ef5a6d782
commit 98cc2a6e50
+1 -1
View File
@@ -889,4 +889,4 @@ pub(crate) fn format_context_budget(used: i64, max: u32) -> String {
#[cfg(test)]
pub(crate) fn spans_width(spans: &[Span<'_>]) -> usize {
spans.iter().map(|span| span.content.width()).sum()
}
}