Skip to content

Commit 6c48943

Browse files
committed
rustfmt
1 parent 1944800 commit 6c48943

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

primitives/src/analytics.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ pub struct AnalyticsResponse {
2323
pub mod postgres {
2424
use super::{AnalyticsData, OperatingSystem};
2525
use bytes::BytesMut;
26-
use postgres_types::{accepts, to_sql_checked, FromSql, IsNull, ToSql, Type};
2726
use std::error::Error;
28-
use tokio_postgres::Row;
27+
use tokio_postgres::{
28+
types::{accepts, to_sql_checked, FromSql, IsNull, ToSql, Type},
29+
Row,
30+
};
2931

3032
impl From<&Row> for AnalyticsData {
3133
fn from(row: &Row) -> Self {

0 commit comments

Comments
 (0)