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 26, 2023
1 parent 8eb0525 commit e8d1f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agents/rust/mediator/tests/mediator-routing-forward.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ async fn get_mediator_grant_data(
.await
.unwrap();
// extract routing parameters

if let MediatorCoordMsgEnum::MediateGrant(grant_data) =
serde_json::from_str(&response_message).unwrap()
{
Expand Down

0 comments on commit e8d1f2d

Please sign in to comment.