Skip to content

Commit

Permalink
cargo +nightly fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Naian <126972030+nain-F49FF806@users.noreply.github.com>
  • Loading branch information
nain-F49FF806 committed Oct 19, 2023
1 parent 77fdaec commit ca77ca0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions agents/rust/mediator/src/aries_agent/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ use xum_test_server::storage::{get_persistence, MediatorPersistence};
use self::transports::AriesTransport;
use crate::utils::{prelude::*, structs::VeriKey};

pub mod transports;
pub mod utils;
#[cfg(any(test, feature = "client"))]
pub mod client;
pub mod transports;
pub mod utils;

#[derive(Clone)]
pub struct Agent<T: BaseWallet, P: MediatorPersistence> {
Expand Down
2 changes: 1 addition & 1 deletion agents/rust/mediator/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pub mod http_routes;
pub mod utils;

#[cfg(feature = "client_tui")]
pub mod tui;
pub mod tui;

0 comments on commit ca77ca0

Please sign in to comment.