From 56c9270a809fc7f9ba7e25dbba62001626e9cb65 Mon Sep 17 00:00:00 2001 From: Nick Babcock Date: Thu, 12 Oct 2023 16:47:52 -0500 Subject: [PATCH] Rustfmt --- src/binary/de.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/binary/de.rs b/src/binary/de.rs index 2618cc5..af4c1fb 100644 --- a/src/binary/de.rs +++ b/src/binary/de.rs @@ -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)]