Skip to content

Commit 75b45c3

Browse files
authored
fix whitespace
1 parent d328b37 commit 75b45c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/postgres/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ test_prepared_type!(interval<PgInterval>(
668668
"INTERVAL 'infinity'"
669669
== PgInterval::INFINITY,
670670
"INTERVAL '-infinity'"
671-
== PgInterval::NEG_INFINITY,
671+
== PgInterval::NEG_INFINITY,
672672
));
673673

674674
test_prepared_type!(money<PgMoney>(Postgres, "123.45::money" == PgMoney(12345)));

0 commit comments

Comments
 (0)