mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-19 09:53:56 +02:00
[yabridgectl] Let rustfmt handle string wrapping
This commit is contained in:
@@ -72,8 +72,8 @@ fn parse_pe32_winedump<P: AsRef<Path>>(binary: P) -> Result<Pe32Info> {
|
||||
.arg(path)
|
||||
.output()
|
||||
.context(
|
||||
"Could not find 'winedump'. In some distributions this is part of a seperate \
|
||||
Wine tools package.",
|
||||
"Could not find 'winedump'. In some distributions this is part of a seperate Wine \
|
||||
tools package.",
|
||||
)
|
||||
.map(|output| output.stdout)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user