cargo fmt

This commit is contained in:
jasonwitty 2025-10-26 02:32:11 -07:00
parent c9bde52cb1
commit ffe451edaa
2 changed files with 1 additions and 3 deletions

View File

@ -390,7 +390,6 @@ impl ModalManager {
} }
fn render_about(&self, f: &mut Frame, area: Rect) { fn render_about(&self, f: &mut Frame, area: Rect) {
//get ASCII art from a constant stored in theme.rs //get ASCII art from a constant stored in theme.rs
use super::theme::ASCII_ART; use super::theme::ASCII_ART;

View File

@ -61,7 +61,6 @@ pub const LARGE_ERROR_ICON: &[&str] = &[
" /______________\\ ", " /______________\\ ",
]; ];
//about logo //about logo
pub const ASCII_ART: &str = r#" pub const ASCII_ART: &str = r#"
@ -86,4 +85,4 @@ pub const ASCII_ART: &str = r#"
"#; "#;