Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Hermann-Core committed Dec 17, 2024
1 parent 03d24ca commit d742cf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::net::SocketAddr;
use didcomm_mediator::app;
use eyre::{Result, WrapErr};
use std::net::SocketAddr;
use tokio::net::TcpListener;

#[tokio::main]
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/index/web.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ mod tests {
body::Body,
http::{Request, StatusCode},
};
use http_body_util::BodyExt;
use serde_json::Value;
use tower::util::ServiceExt;
use http_body_util::BodyExt;

#[tokio::test]
async fn index() {
Expand Down

0 comments on commit d742cf8

Please sign in to comment.