Skip to content

Commit

Permalink
style: fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
evenyag committed May 15, 2024
1 parent 0264db9 commit 5d7416b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store-api/src/region_engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ impl RegionScanner for SinglePartitionScanner {
stream
.take()
.context(ExecuteRepeatedlySnafu)
.map_err(|e| BoxedError::new(e))
.map_err(BoxedError::new)
}
}

Expand Down

0 comments on commit 5d7416b

Please sign in to comment.