Skip to content

Commit 9950ff4

Browse files
committed
rustfmt
1 parent 09a63d6 commit 9950ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres/src/row_iter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
use fallible_iterator::FallibleIterator;
2+
use futures::StreamExt;
23
use std::pin::Pin;
34
use tokio::runtime::Runtime;
45
use tokio_postgres::{Error, Row, RowStream};
5-
use futures::StreamExt;
66

77
/// The iterator returned by `query_raw`.
88
pub struct RowIter<'a> {

0 commit comments

Comments
 (0)