Fix rustfmt
This commit is contained in:
parent
ab098c6be6
commit
28580edab8
1 changed files with 3 additions and 1 deletions
|
|
@ -4344,7 +4344,9 @@ mod tests {
|
|||
};
|
||||
assert_eq!(
|
||||
bytes,
|
||||
[-1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16]
|
||||
[
|
||||
-1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16
|
||||
]
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue