Skip to content

Commit bc1f174

Browse files
committed
cargo fmt
1 parent fc30112 commit bc1f174

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

tests/cookies.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
use tide::http::cookies::Cookie;
2-
use async_std::task::block_on;
31
use async_std::prelude::*;
2+
use async_std::task::block_on;
3+
use tide::http::cookies::Cookie;
44

55
use tide::{Request, Response, Server, StatusCode};
66

tests/nested.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
use http_types::headers::{HeaderName, HeaderValue};
22
use http_types::{Method, Request, Url};
33
use std::str::FromStr;
4-
use tide::http::headers::{HeaderName, HeaderValue};
5-
use tide::http::{Method, Request, Response, Url};
6-
use tide::{Middleware, Next};
74
use test_utils::BoxFuture;
5+
use tide::{Middleware, Next};
86

97
mod test_utils;
108

tests/route_middleware.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ use http_types::headers::HeaderName;
22
use std::convert::TryInto;
33
use tide::http::{self, Method};
44
use tide::Middleware;
5+
56
use test_utils::BoxFuture;
67

78
mod test_utils;

0 commit comments

Comments
 (0)