Skip to content

Commit

Permalink
fixe()formating files
Browse files Browse the repository at this point in the history
  • Loading branch information
ndefokou committed Dec 18, 2024
1 parent 3885322 commit 8bf79d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/web-plugins/didcomm-messaging/shared/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ use keystore::Secrets;
use std::{sync::Arc, time::Duration};

use crate::{
circuit_breaker::CircuitBreaker, repository::entity::{Connection, RoutedMessage}, utils::resolvers::{LocalDIDResolver, LocalSecretsResolver}
circuit_breaker::CircuitBreaker,
repository::entity::{Connection, RoutedMessage},
utils::resolvers::{LocalDIDResolver, LocalSecretsResolver},
};

#[derive(Clone)]
Expand Down

0 comments on commit 8bf79d9

Please sign in to comment.