Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
karatakis committed Oct 18, 2022
1 parent 1c651d6 commit 23ae49f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,10 @@ pub type BinaryVector = Vec<u8>;
)]
#[cfg_attr(
feature = "with-chrono",
graphql(concrete(name = "DateTimeWithTimeZoneFilter", params(sea_orm::prelude::DateTimeWithTimeZone)))
graphql(concrete(
name = "DateTimeWithTimeZoneFilter",
params(sea_orm::prelude::DateTimeWithTimeZone)
))
)]
// TODO #[graphql(concrete(name = "TimestampFilter", params()))]
// TODO #[graphql(concrete(name = "TimestampWithTimeZoneFilter", params()))]
Expand Down

0 comments on commit 23ae49f

Please sign in to comment.