diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-24 11:40:01 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-24 11:45:33 +0200 |
commit | ffab6069611efe74b8f01c0b8cbcb01afc37ed47 (patch) | |
tree | 3b352f1f39f67a9154dbb3da89f4a5e0d1cda7fc | |
parent | fix(treewide): Always display bytes in a formatted way through `Bytes` (diff) | |
download | yt-ffab6069611efe74b8f01c0b8cbcb01afc37ed47.tar.gz yt-ffab6069611efe74b8f01c0b8cbcb01afc37ed47.zip |
fix(select/display): Only align the status commands in color_display
-rw-r--r-- | src/select/selection_file/display.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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?, |