cargo fmt

This commit is contained in:
2025-10-26 02:32:11 -07:00
parent c9bde52cb1
commit ffe451edaa
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -390,7 +390,6 @@ impl ModalManager {
}
fn render_about(&self, f: &mut Frame, area: Rect) {
//get ASCII art from a constant stored in theme.rs
use super::theme::ASCII_ART;
+1 -2
View File
@@ -61,7 +61,6 @@ pub const LARGE_ERROR_ICON: &[&str] = &[
" /______________\\ ",
];
//about logo
pub const ASCII_ART: &str = r#"
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣠⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
@@ -86,4 +85,4 @@ pub const ASCII_ART: &str = r#"
╚════██║██║ ██║██║ ██║ ██║ ██║██╔═══╝
███████║╚██████╔╝╚██████╗ ██║ ╚██████╔╝██║
╚══════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═════╝ ╚═╝
"#;
"#;