mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-15 16:03:55 +02:00
[yabridgectl] Fix formatting
This commit is contained in:
@@ -354,13 +354,13 @@ pub fn do_sync(config: &mut Config, options: &SyncOptions) -> Result<()> {
|
|||||||
eprintln!(
|
eprintln!(
|
||||||
"{}",
|
"{}",
|
||||||
utils::wrap(&format!(
|
utils::wrap(&format!(
|
||||||
"{}: The {} version of '{}' has already been provided by another Wine \
|
"{}: The {} version of '{}' has already been provided by another Wine \
|
||||||
prefix, skipping '{}'\n",
|
prefix, skipping '{}'\n",
|
||||||
"WARNING".red(),
|
"WARNING".red(),
|
||||||
module.architecture,
|
module.architecture,
|
||||||
module.target_bundle_home().display(),
|
module.target_bundle_home().display(),
|
||||||
module.original_module_path().display(),
|
module.original_module_path().display(),
|
||||||
))
|
))
|
||||||
);
|
);
|
||||||
|
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user