Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <github@xuanwo.io>
  • Loading branch information
Xuanwo committed Aug 7, 2023
1 parent 5b003b0 commit e3a0a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/types/operator/blocking_operator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ impl BlockingOperator {
/// # }
/// ```
pub fn read(&self, path: &str) -> Result<Vec<u8>> {
self.range _read(path, ..)
self.range_read(path, ..)
}

/// Read the specified range of path into a bytes.
Expand Down

0 comments on commit e3a0a84

Please sign in to comment.