Skip to content

Commit 8dfbc9a

Browse files
committed
rustfmt
1 parent fd2bd1e commit 8dfbc9a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/request.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
use async_std::io::{self, BufRead, Read};
22
use async_std::sync;
33

4-
use std::net::SocketAddr;
54
use std::convert::TryInto;
65
use std::mem;
6+
use std::net::SocketAddr;
77
use std::pin::Pin;
88
use std::task::{Context, Poll};
99

@@ -69,7 +69,6 @@ impl Request {
6969
pub fn local_addr(&self) -> Option<SocketAddr> {
7070
self.local_addr
7171
}
72-
7372

7473
/// Get the HTTP method
7574
pub fn method(&self) -> Method {

0 commit comments

Comments
 (0)