[yabridgectl] Let rustfmt handle string wrapping

This commit is contained in:
Robbert van der Helm
2022-07-03 17:10:07 +02:00
parent 387d2bed4b
commit 2a26014465
7 changed files with 60 additions and 41 deletions
+1 -1
View File
@@ -238,7 +238,7 @@ impl Config {
_ => {
return Err(anyhow!(
"Could not find '{}' in either '{}' or '{}'. You can override the \
default search path using 'yabridgectl set --path=<path>'.",
default search path using 'yabridgectl set --path=<path>'.",
VST2_CHAINLOADER_NAME,
system_path.display(),
user_path.display()