Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9dbeb84

Browse files
committedJun 26, 2019
rustfmt
1 parent db462eb commit 9dbeb84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tokio-postgres/src/proto/connect_raw.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use std::collections::HashMap;
1111
use tokio_codec::Framed;
1212
use tokio_io::{AsyncRead, AsyncWrite};
1313

14-
use crate::proto::{Client, Connection, MaybeTlsStream, PostgresCodec, TlsFuture, FrontendMessage};
14+
use crate::proto::{Client, Connection, FrontendMessage, MaybeTlsStream, PostgresCodec, TlsFuture};
1515
use crate::tls::ChannelBinding;
1616
use crate::{Config, Error, TlsConnect};
1717

0 commit comments

Comments
 (0)
Please sign in to comment.