Skip to content

Commit 6e8a7e9

Browse files
committed
run rustfmt
1 parent 89cd4cf commit 6e8a7e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sqlx-postgres/src/types/int.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
use std::num::{NonZeroI16, NonZeroI32, NonZeroI64};
21
use byteorder::{BigEndian, ByteOrder};
2+
use std::num::{NonZeroI16, NonZeroI32, NonZeroI64};
33

44
use crate::decode::Decode;
55
use crate::encode::{Encode, IsNull};
@@ -167,7 +167,6 @@ impl PgHasArrayType for NonZeroI32 {
167167
}
168168
}
169169

170-
171170
impl PgHasArrayType for NonZeroI64 {
172171
fn array_type_info() -> PgTypeInfo {
173172
PgTypeInfo::INT8_ARRAY

0 commit comments

Comments
 (0)