cargo fmt
This commit is contained in:
parent
c9bde52cb1
commit
ffe451edaa
@ -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;
|
||||||
|
|
||||||
|
|||||||
@ -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#"
|
|||||||
╚════██║██║ ██║██║ ██║ ██║ ██║██╔═══╝
|
╚════██║██║ ██║██║ ██║ ██║ ██║██╔═══╝
|
||||||
███████║╚██████╔╝╚██████╗ ██║ ╚██████╔╝██║
|
███████║╚██████╔╝╚██████╗ ██║ ╚██████╔╝██║
|
||||||
╚══════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═════╝ ╚═╝
|
╚══════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═════╝ ╚═╝
|
||||||
"#;
|
"#;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user