Skip to content

Commit 9be4399

Browse files
committed
style: format code
1 parent c4635ae commit 9be4399

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tests/suite/cli_self_upd.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -494,10 +494,7 @@ async fn update_overwrites_programs_display_version() {
494494
.unwrap();
495495
cx.config.expect(["rustup", "self", "update"]).await.is_ok();
496496
assert_eq!(
497-
USER_RUSTUP_VERSION
498-
.get(Some(&guard.uuid))
499-
.unwrap()
500-
.unwrap(),
497+
USER_RUSTUP_VERSION.get(Some(&guard.uuid)).unwrap().unwrap(),
501498
Value::from(version)
502499
);
503500
}

0 commit comments

Comments
 (0)