Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Dec 18, 2024
1 parent 3261635 commit 052ef89
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions crates/store/re_types_core/src/size_bytes/arrow2_sizes.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
//! --- Arrow2 size estimations ---
//!
//! The following is a modified version of [1], available under MIT OR Apache-2.0.
//!
//! [1] <https://github.com/jorgecarleitao/arrow2/blob/v0.16.0/src/compute/aggregate/memory.rs>
//! The following is a modified version of <https://github.com/jorgecarleitao/arrow2/blob/v0.16.0/src/compute/aggregate/memory.rs>,
//! available under MIT OR Apache-2.0.
use std::collections::BTreeMap;

Expand Down

0 comments on commit 052ef89

Please sign in to comment.