Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
Signed-off-by: lli <[email protected]>
  • Loading branch information
lukewli-anonyome committed Jul 29, 2024
1 parent a41f731 commit 3ea2644
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions aries/agents/aath-backchannel/src/controllers/didcomm.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
use std::sync::RwLock;

use crate::{
error::{HarnessError, HarnessErrorType, HarnessResult},
HarnessAgent,
};
use actix_web::{web, HttpResponse, Responder};
use aries_vcx_agent::aries_vcx::{
messages::{
Expand All @@ -23,6 +19,11 @@ use aries_vcx_agent::aries_vcx::{
utils::encryption_envelope::EncryptionEnvelope,
};

use crate::{
error::{HarnessError, HarnessErrorType, HarnessResult},
HarnessAgent,
};

impl HarnessAgent {
async fn handle_connection_msg(&self, msg: Connection) -> HarnessResult<()> {
match msg {
Expand Down

0 comments on commit 3ea2644

Please sign in to comment.