mirror of
https://github.com/rutgersc/m3u8-rs.git
synced 2025-03-13 09:42:39 +00:00
ran rustfmt
This commit is contained in:
parent
25657ba8c4
commit
e3c5f7979e
1 changed files with 1 additions and 4 deletions
|
@ -935,10 +935,7 @@ mod tests {
|
|||
|
||||
#[test]
|
||||
fn empty_comment() {
|
||||
assert_eq!(
|
||||
comment_tag(b"#\nxxx"),
|
||||
Result::Ok(("xxx".as_bytes(), None))
|
||||
);
|
||||
assert_eq!(comment_tag(b"#\nxxx"), Result::Ok(("xxx".as_bytes(), None)));
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Reference in a new issue