Skip to content

Commit

Permalink
Rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbabcock committed Oct 12, 2023
1 parent fd92409 commit 56c9270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/binary/de.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2303,8 +2303,8 @@ mod tests {
let data = [
0x5e, 0x2e, 0x01, 0x00, 0x03, 0x00, 0x0c, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00,
0x65, 0x01, 0x0c, 0x00, 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x03, 0x00, 0x1b, 0x00,
0x01, 0x00, 0x0f, 0x00, 0x04, 0x00, 0x64, 0x79, 0x6e, 0x6e, 0x0e, 0x28, 0x01, 0x00, 0x0c, 0x00,
0x01, 0x00, 0x00, 0x00, 0x04, 0x00, 0x04, 0x00,
0x01, 0x00, 0x0f, 0x00, 0x04, 0x00, 0x64, 0x79, 0x6e, 0x6e, 0x0e, 0x28, 0x01, 0x00,
0x0c, 0x00, 0x01, 0x00, 0x00, 0x00, 0x04, 0x00, 0x04, 0x00,
];

#[derive(Deserialize, Debug, PartialEq)]
Expand Down

0 comments on commit 56c9270

Please sign in to comment.