Skip to content

Commit d8dfa9c

Browse files
author
longshan.lu
committed
cargo fmt
1 parent 71baaf5 commit d8dfa9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connectorx/src/sources/postgres/typesystem.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
use chrono::{DateTime, NaiveDate, NaiveDateTime, NaiveTime, Utc};
21
use crate::sources::postgres::IpInet;
2+
use chrono::{DateTime, NaiveDate, NaiveDateTime, NaiveTime, Utc};
33
use postgres::types::Type;
44
use rust_decimal::Decimal;
55
use serde_json::Value;

0 commit comments

Comments
 (0)