Remove an empty line.

This commit is contained in:
KAMADA Ken'ichi 2019-04-13 19:45:00 +09:00
parent 4829149cf7
commit 6c3ddddc96
1 changed files with 0 additions and 1 deletions

View File

@ -517,7 +517,6 @@ mod tests {
\x09\x0a\x0b\x0c\xbd\x0e\x0f\x10",
vec![(0xa1020304, 0x05060708).into(),
(0x090a0b0c, 0xbd0e0f10).into()]),
];
let (unitlen, parser) = get_type_info::<BigEndian>(5);
for &(data, ref ans) in sets {