Skip to content

Commit 398c5ab

Browse files
Update crates/common/src/slot_identifier.rs
Co-authored-by: zerosnacks <[email protected]>
1 parent 5cd7b12 commit 398c5ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/common/src/slot_identifier.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ impl Serialize for DecodedSlotValues {
173173
S: serde::Serializer,
174174
{
175175
use serde::ser::SerializeStruct;
176+
176177
let mut state = serializer.serialize_struct("DecodedSlotValues", 2)?;
177178
state.serialize_field("previousValue", &format_value(&self.previous_value))?;
178179
state.serialize_field("newValue", &format_value(&self.new_value))?;

0 commit comments

Comments
 (0)