Skip to content

Commit

Permalink
Fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n committed Oct 30, 2024
1 parent 9cc667f commit 5874d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/memtable/arena.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ impl TableOptions {
}

/// Sets the maximum height of the table.
///
///
/// Default is `20`.
#[inline]
pub const fn with_max_height(mut self, max_height: Height) -> Self {
Expand Down

0 comments on commit 5874d34

Please sign in to comment.