Skip to content

Commit

Permalink
fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
hzxa21 committed Feb 21, 2024
1 parent ff3fb69 commit b456ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/src/monitor/traced_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ impl<S: LocalStateStore> LocalStateStore for TracedStateStore<S> {


// TODO: add trace span
fn update_vnode_bitmap(&self, vnodes: Arc<Bitmap>) -> Arc<Bitmap> {
fn update_vnode_bitmap(&mut self, vnodes: Arc<Bitmap>) -> Arc<Bitmap> {
self.inner.update_vnode_bitmap()
}
}
Expand Down

0 comments on commit b456ada

Please sign in to comment.