diff --git a/crates/context/src/lib.rs b/crates/context/src/lib.rs index cdf7d4b95..c322c4487 100644 --- a/crates/context/src/lib.rs +++ b/crates/context/src/lib.rs @@ -954,7 +954,8 @@ impl ContextManager { context_id.rt().expect("infallible conversion"), signer_id.rt().expect("infallible conversion"), ) - .await?.ok_or_eyre("Not a member")?; + .await? + .ok_or_eyre("Not a member")?; let _ = self .config_client