Skip to content

Commit 3a878df

Browse files
committed
cargo fmt
1 parent c730eec commit 3a878df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlx-postgres/src/type_info.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ impl PgType {
10091009
PgType::Bool => Some("true"),
10101010
PgType::Bytea => Some("'\\x00'"),
10111011
PgType::Int2 | PgType::Int4 | PgType::Int8 | PgType::Numeric => Some("1"),
1012-
PgType::Text | PgType::Varchar | PgType::Bpchar | PgType::Char=> Some("'a'"),
1012+
PgType::Text | PgType::Varchar | PgType::Bpchar | PgType::Char => Some("'a'"),
10131013
PgType::Uuid => Some("'00000000-0000-0000-0000-000000000000'"),
10141014
PgType::Lseg | PgType::Line => Some("'[ ( 1 , 1 ) , ( 2 , 2 ) ]'"),
10151015
PgType::Box | PgType::Polygon => Some("'( ( 1 , 1 ) , ( 2 , 2 ) )'"),

0 commit comments

Comments
 (0)