Skip to content

Commit

Permalink
Remove access modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
sanketkedia committed Nov 10, 2024
1 parent 0dd72b4 commit 5cd3ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/blockstore/src/arrow/block/delta/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use std::{
};

#[derive(Clone)]
pub(crate) enum BlockStorage {
pub enum BlockStorage {
String(SingleColumnStorage<String>),
VecUInt32(SingleColumnStorage<Vec<u32>>),
UInt32(SingleColumnStorage<u32>),
Expand Down

0 comments on commit 5cd3ed1

Please sign in to comment.