test: format git no remote regression

This commit is contained in:
lucaronin
2026-05-28 00:59:55 +02:00
parent 952e632622
commit e93676bbb7

View File

@@ -53,7 +53,9 @@ fn git_add_remote_ignores_name_only_origin_config() {
.unwrap();
assert_eq!(result.status, "connected");
assert!(git_remote_status(local.path().to_str().unwrap())
.unwrap()
.has_remote);
assert!(
git_remote_status(local.path().to_str().unwrap())
.unwrap()
.has_remote
);
}