Skip to content

Commit

Permalink
chore: cargo +nightly fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Naian <[email protected]>
  • Loading branch information
nain-F49FF806 committed Oct 12, 2023
1 parent e87f10f commit 9f9a37f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mediator/src/routes/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,9 @@ pub async fn handle_aries<T: BaseWallet + 'static, P: MediatorPersistence>(
.expect("Sender key authenticated above, so it must be present..");
info!("Processing message for {:?}", account_name);
match aries_message {
GeneralAriesMessage::AriesVCXSupported(aries_message) => Err(unhandled_aries(aries_message))?,
GeneralAriesMessage::AriesVCXSupported(aries_message) => {
Err(unhandled_aries(aries_message))?
}
GeneralAriesMessage::XumCoord(coord_message) => {
let coord_response =
handle_mediation_coord(&agent, coord_message, &auth_pubkey).await?;
Expand Down

0 comments on commit 9f9a37f

Please sign in to comment.