Skip to content

Commit

Permalink
style: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
fMeow committed Jun 6, 2024
1 parent 2fb9fa8 commit 6136170
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/collection/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,9 @@ fn make_header_from_options(
}
}

#[derive(Debug, Clone, PartialEq, Eq, Copy, serde_repr::Serialize_repr, serde_repr::Deserialize_repr)]
#[derive(
Debug, Clone, PartialEq, Eq, Copy, serde_repr::Serialize_repr, serde_repr::Deserialize_repr,
)]
#[repr(u8)]
pub enum CollectionType {
Document = 2,
Expand Down

0 comments on commit 6136170

Please sign in to comment.