Skip to content

Commit

Permalink
fix dbg msg
Browse files Browse the repository at this point in the history
  • Loading branch information
MarwanMashaly1 committed May 1, 2024
1 parent 752f43f commit 260ba19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/messages/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ mod test {
fn message_size(msg: Message) {
let bytes = postcard::to_allocvec(&msg).unwrap();

dbg!(msg);
dbg!(&msg);
// The size of the message should be less than or equal the maximum size.
match msg.data {
crate::Data::State(_) => {
Expand Down

0 comments on commit 260ba19

Please sign in to comment.