Skip to content

Commit

Permalink
Fix formatting issue in crates/proto/src/op/message.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus0x62 authored and djc committed Mar 4, 2024
1 parent f382e96 commit 3db1177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/proto/src/op/message.rs
Expand Up @@ -1259,7 +1259,7 @@ mod tests {
}

let mut decoder = BinDecoder::new(&byte_vec);

Message::read(&mut decoder).unwrap()
}

Expand Down

0 comments on commit 3db1177

Please sign in to comment.