From ffab6069611efe74b8f01c0b8cbcb01afc37ed47 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 24 Aug 2024 11:40:01 +0200 Subject: fix(select/display): Only align the status commands in color_display --- src/select/selection_file/display.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/select/selection_file/display.rs b/src/select/selection_file/display.rs index 23c39d0..1f4e09b 100644 --- a/src/select/selection_file/display.rs +++ b/src/select/selection_file/display.rs @@ -54,7 +54,7 @@ impl Video { write!( f, r#"{}{}{} {} "{}" "{}" "{}" "{}" "{}"{}"#, - self.status.as_command(), + self.status.as_command().trim(), opts_white, opts, self.extractor_hash.into_short_hash(app).await?, -- cgit 1.4.1