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 18, 2023
1 parent 240ea69 commit 271df64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mediator/tests/mediator-coord.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ async fn didcomm_connection(
#[ignore]
async fn test_init() {
TestSetupAries.init();
let agent = mediator::aries_agent::AgentMaker::new_demo_agent().await.unwrap();
let agent = mediator::aries_agent::AgentMaker::new_demo_agent()
.await
.unwrap();
let mut aries_transport = AriesReqwest {
response_queue: VecDeque::new(),
client: reqwest::Client::new(),
Expand Down

0 comments on commit 271df64

Please sign in to comment.