style(core): cargo fmt (B1/B3/B13 follow-up — satisfy release fmt gate)
This commit is contained in:
@@ -371,7 +371,11 @@ mod tests {
|
||||
Some("npub1merged"),
|
||||
"merges fips_npub from the dropped duplicate"
|
||||
);
|
||||
assert_eq!(kept.name.as_deref(), Some("Sapien"), "merges name from the dup");
|
||||
assert_eq!(
|
||||
kept.name.as_deref(),
|
||||
Some("Sapien"),
|
||||
"merges name from the dup"
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user