Remove extra space in zed --version
string for non-stable (#24254)
Release Notes: - N/A
This commit is contained in:
parent
5a955e208c
commit
fef567bb49
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ mod linux {
|
||||||
if *RELEASE_CHANNEL == "stable" {
|
if *RELEASE_CHANNEL == "stable" {
|
||||||
"".to_string()
|
"".to_string()
|
||||||
} else {
|
} else {
|
||||||
format!(" {} ", *RELEASE_CHANNEL)
|
format!("{} ", *RELEASE_CHANNEL)
|
||||||
},
|
},
|
||||||
option_env!("RELEASE_VERSION").unwrap_or_default(),
|
option_env!("RELEASE_VERSION").unwrap_or_default(),
|
||||||
self.0.display(),
|
self.0.display(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue