Skip to content

Commit

Permalink
fix: fmt check
Browse files Browse the repository at this point in the history
  • Loading branch information
YoussefAWasfy committed Sep 23, 2024
1 parent 3dfaf96 commit ef5a1ce
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,6 @@ pub(crate) async fn messages_received(

}
}

}
Err(err) => {
info!("Error getting message: {:?}", err);
Expand All @@ -728,9 +727,8 @@ pub(crate) async fn messages_received(
}

Ok(generate_status_reply(state, session, &session.did_hash, &thid, false, None).await.unwrap())
}

}
.instrument(_span)
.await
}

0 comments on commit ef5a1ce

Please sign in to comment.