style: rustfmt the merged PR #125 hunks and the mirror test; sync Cargo.lock

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
archipelago
2026-08-05 15:24:31 -04:00
co-authored by Claude Fable 5
parent 6668359875
commit 0a374c80a6
3 changed files with 7 additions and 8 deletions
+3 -1
View File
@@ -2403,7 +2403,9 @@ mod tests {
// update; the signature is what makes either source trustworthy.
assert_eq!(list.len(), 2);
assert!(
list[0].url.starts_with("https://source.archipelago-foundation.org/"),
list[0]
.url
.starts_with("https://source.archipelago-foundation.org/"),
"the named origin must be primary, got {}",
list[0].url
);