mirror of
https://github.com/rutgersc/m3u8-rs.git
synced 2024-11-15 21:21:08 +00:00
ran rustfmt
This commit is contained in:
parent
46622345d1
commit
f6af8acbfe
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