Skip to content

Commit

Permalink
run fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Hunar Roop Kahlon <[email protected]>
  • Loading branch information
kinggoesgaming committed Apr 1, 2019
1 parent 1b46bad commit 6cbfb3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/adapter/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ mod tests {
assert_eq!(len, super::Hyphenated::LENGTH);
assert!(buf[len..].iter().all(|x| *x == b'x'));
}

#[test]
fn hyphenated_ref_trailing() {
let mut buf = [b'x'; 100];
Expand All @@ -871,7 +871,7 @@ mod tests {
assert_eq!(len, super::Simple::LENGTH);
assert!(buf[len..].iter().all(|x| *x == b'x'));
}

#[test]
fn simple_ref_trailing() {
let mut buf = [b'x'; 100];
Expand Down

0 comments on commit 6cbfb3a

Please sign in to comment.