We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e56657 commit f7df34bCopy full SHA for f7df34b
tests/suite/cli_self_upd.rs
@@ -294,13 +294,13 @@ fn update_exact() {
294
let expected_output = "info: checking for self-update
295
info: downloading self-update
296
"
297
- .to_string();
+ .to_string();
298
299
update_setup(&|config, _| {
300
config.expect_ok(&["rustup-init", "-y", "--no-modify-path"]);
301
config.expect_ok_ex(
302
&["rustup", "self", "update"],
303
- &format!(" rustup updated - {version} (from {version})\n\n", ),
+ &format!(" rustup updated - {version} (from {version})\n\n",),
304
&expected_output,
305
)
306
});
0 commit comments