expand abbreviation for clarity

This looked like a typo before.
This commit is contained in:
Charles Hall 2024-05-16 15:20:26 -07:00
parent de662a88f5
commit f8420883a1
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF

View file

@ -21,7 +21,7 @@ pub(crate) struct Service {
LruCache<
u64,
Vec<(
u64, // sstatehash
u64, // shortstatehash
Arc<HashSet<CompressedStateEvent>>, // full state
Arc<HashSet<CompressedStateEvent>>, // added
Arc<HashSet<CompressedStateEvent>>, // removed
@ -41,7 +41,7 @@ impl Service {
shortstatehash: u64,
) -> Result<
Vec<(
u64, // sstatehash
u64, // shortstatehash
Arc<HashSet<CompressedStateEvent>>, // full state
Arc<HashSet<CompressedStateEvent>>, // added
Arc<HashSet<CompressedStateEvent>>, // removed
@ -152,7 +152,7 @@ impl Service {
statediffremoved: Arc<HashSet<CompressedStateEvent>>,
diff_to_sibling: usize,
mut parent_states: Vec<(
u64, // sstatehash
u64, // shortstatehash
Arc<HashSet<CompressedStateEvent>>, // full state
Arc<HashSet<CompressedStateEvent>>, // added
Arc<HashSet<CompressedStateEvent>>, // removed