mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
style: simplify string formatting for readability (#231763)
* style: simplify string formatting for readability * fix: formatting in `.rs` files in `src/`
This commit is contained in:
@@ -64,8 +64,7 @@ impl SleepInhibitor {
|
||||
return Err(wrap(
|
||||
e2,
|
||||
format!(
|
||||
"error requesting sleep inhibition, pminhibitor gave {}, screensaver gave",
|
||||
e1
|
||||
"error requesting sleep inhibition, pminhibitor gave {e1}, screensaver gave"
|
||||
),
|
||||
)
|
||||
.into());
|
||||
|
||||
Reference in New Issue
Block a user