Skip to content

Commit

Permalink
fixe(): formating the handler file
Browse files Browse the repository at this point in the history
  • Loading branch information
ndefokou committed Nov 25, 2024
1 parent d4d8f8a commit 30e7f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/web-plugins/didcomm-messaging/src/plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ impl Plugin for DidcommMessaging {
};

// Compile state
let state = AppState::from(env.public_domain.clone(), diddoc,None, Some(repository));
let state = AppState::from(env.public_domain.clone(), diddoc, None, Some(repository));

// Build router
web::routes(Arc::new(state))
Expand Down

0 comments on commit 30e7f51

Please sign in to comment.