style(call): apply rustfmt to connection.rs and registration.rs
Pre-existing fmt drift in two files touched during the call-completion batch (remote_safe field, dispatch helpers). Brings cargo fmt --check clean for the review gate.
This commit is contained in:
@@ -775,7 +775,10 @@ mod tests {
|
||||
None,
|
||||
Capabilities::new(),
|
||||
);
|
||||
assert!(!reg.remote_safe, "remote_safe must default to false (ADR-028 §4)");
|
||||
assert!(
|
||||
!reg.remote_safe,
|
||||
"remote_safe must default to false (ADR-028 §4)"
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user