mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-22 07:08:16 +01:00
format
This commit is contained in:
parent
aa6fe6d91c
commit
9594e5a2a9
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ where
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use super::*;
|
use super::*;
|
||||||
use crate::{routing::get, test_helpers::TestClient, Router, serve::IncomingStream};
|
use crate::{routing::get, serve::IncomingStream, test_helpers::TestClient, Router};
|
||||||
use std::net::SocketAddr;
|
use std::net::SocketAddr;
|
||||||
use tokio::net::TcpListener;
|
use tokio::net::TcpListener;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue