Skip to content

Commit

Permalink
Update parquet/src/encryption/mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
rok authored Mar 11, 2025
1 parent e58ae7c commit 65f9bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parquet/src/encryption/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
//! in the [spec](https://github.com/apache/parquet-format/blob/master/Encryption.md).
pub(crate) mod ciphers;
pub(crate) mod decrypt;
pub mod decrypt;
pub(crate) mod modules;

0 comments on commit 65f9bc4

Please sign in to comment.