Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
Co-authored-by: Waclaw Banasik <[email protected]>
  • Loading branch information
staffik and wacban committed Oct 18, 2024
1 parent 4d8e1f6 commit 2a9cc51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/store/src/adapter/trie_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ use crate::{DBCol, KeyForStateChanges, Store, StoreUpdate, TrieChanges, STATE_SN

use super::{StoreAdapter, StoreUpdateAdapter, StoreUpdateHolder};

/// Accesses to State column should use mapped ShardUId (either itself or ancestor in the resharding tree),
/// according to State mapping strategy introduced in Resharding V3.
/// Accesses to the State column should use the mapped ShardUId (either itself or ancestor in the resharding tree),
/// according to the State mapping strategy introduced in Resharding V3.
pub struct MappedShardUId(ShardUId);

#[derive(Clone)]
Expand Down

0 comments on commit 2a9cc51

Please sign in to comment.