mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Remove excess line breaks in yabridgectl status
This commit is contained in:
@@ -112,7 +112,7 @@ pub fn show_status(config: &Config) -> Result<()> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// These are, but just from a UX point of view it might be nice to have as a reminder
|
// These are, but just from a UX point of view it might be nice to have as a reminder
|
||||||
println!("VST3 location: '{}'\n", yabridge_vst3_home().display());
|
println!("VST3 location: '{}'", yabridge_vst3_home().display());
|
||||||
println!("CLAP location: '{}'\n", yabridge_clap_home().display());
|
println!("CLAP location: '{}'\n", yabridge_clap_home().display());
|
||||||
|
|
||||||
let files = config.files();
|
let files = config.files();
|
||||||
@@ -124,7 +124,7 @@ pub fn show_status(config: &Config) -> Result<()> {
|
|||||||
files.vst2_chainloader_arch,
|
files.vst2_chainloader_arch,
|
||||||
);
|
);
|
||||||
println!(
|
println!(
|
||||||
"{VST3_CHAINLOADER_NAME}: {}\n",
|
"{VST3_CHAINLOADER_NAME}: {}",
|
||||||
files
|
files
|
||||||
.vst3_chainloader
|
.vst3_chainloader
|
||||||
.as_ref()
|
.as_ref()
|
||||||
|
|||||||
Reference in New Issue
Block a user