Skip to content

Commit

Permalink
fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
hzxa21 committed Jan 18, 2024
1 parent 9af52c9 commit b6b8a09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/storage/hummock_sdk/src/key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -950,8 +950,8 @@ impl<T: AsRef<[u8]> + Ord + Eq> FullKeyTracker<T> {
/// ```
/// use bytes::Bytes;
/// use risingwave_common::catalog::TableId;
/// use risingwave_hummock_sdk::key::{FullKey, TableKey};
///
/// use risingwave_hummock_sdk::key::{FullKey, FullKeyTracker, TableKey};
///
/// let table_id = TableId { table_id: 1 };
/// let full_key1 = FullKey::new(table_id, TableKey(Bytes::from("c")), 5);
/// let a = FullKeyTracker::<Bytes>::new(full_key1);
Expand Down

0 comments on commit b6b8a09

Please sign in to comment.