Skip to content

Commit f7df34b

Browse files
committed
remove unintentional fmt
1 parent 6e56657 commit f7df34b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/suite/cli_self_upd.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -294,13 +294,13 @@ fn update_exact() {
294294
let expected_output = "info: checking for self-update
295295
info: downloading self-update
296296
"
297-
.to_string();
297+
.to_string();
298298

299299
update_setup(&|config, _| {
300300
config.expect_ok(&["rustup-init", "-y", "--no-modify-path"]);
301301
config.expect_ok_ex(
302302
&["rustup", "self", "update"],
303-
&format!(" rustup updated - {version} (from {version})\n\n", ),
303+
&format!(" rustup updated - {version} (from {version})\n\n",),
304304
&expected_output,
305305
)
306306
});

0 commit comments

Comments
 (0)