Skip to content

Commit 41c4ec6

Browse files
committed
cargo fmt
1 parent e34c172 commit 41c4ec6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

kernel/src/actions/deletion_vector.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,11 @@ impl ToDataType for DeletionVectorStorageType {
5858
}
5959

6060
#[derive(Debug, Clone, PartialEq, Eq, ToSchema)]
61-
#[cfg_attr(test, derive(serde::Serialize, serde::Deserialize), serde(rename_all = "camelCase"))]
61+
#[cfg_attr(
62+
test,
63+
derive(serde::Serialize, serde::Deserialize),
64+
serde(rename_all = "camelCase")
65+
)]
6266
pub struct DeletionVectorDescriptor {
6367
/// A single character to indicate how to access the DV. Legal options are: ['u', 'i', 'p'].
6468
pub storage_type: DeletionVectorStorageType,

0 commit comments

Comments
 (0)