From ffe451edaac57ec89b9c8a2b7b655fef33648e51 Mon Sep 17 00:00:00 2001 From: jasonwitty Date: Sun, 26 Oct 2025 02:32:11 -0700 Subject: [PATCH] cargo fmt --- socktop/src/ui/modal.rs | 1 - socktop/src/ui/theme.rs | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/socktop/src/ui/modal.rs b/socktop/src/ui/modal.rs index e0ca2fd..7b5eadb 100644 --- a/socktop/src/ui/modal.rs +++ b/socktop/src/ui/modal.rs @@ -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; diff --git a/socktop/src/ui/theme.rs b/socktop/src/ui/theme.rs index f726b85..5fad8d8 100644 --- a/socktop/src/ui/theme.rs +++ b/socktop/src/ui/theme.rs @@ -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#" ╚════██║██║ ██║██║ ██║ ██║ ██║██╔═══╝ ███████║╚██████╔╝╚██████╗ ██║ ╚██████╔╝██║ ╚══════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═════╝ ╚═╝ -"#; \ No newline at end of file +"#;