Skip to content

Commit

Permalink
Minor: remove a strange char (#8030)
Browse files Browse the repository at this point in the history
  • Loading branch information
haohuaijin authored Nov 2, 2023
1 parent 436a4fa commit d2671cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/execution/src/memory_pool/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ impl MemoryReservation {
}
}

/// Returns a new empty [`MemoryReservation`] with the same [`MemoryConsumer`]
/// Returns a new empty [`MemoryReservation`] with the same [`MemoryConsumer`]
pub fn new_empty(&self) -> Self {
Self {
size: 0,
Expand Down

0 comments on commit d2671cd

Please sign in to comment.