mirror of
https://github.com/v0l/m3u8-rs.git
synced 2025-06-19 18:17:49 +00:00
ran rustfmt
This commit is contained in:

committed by
Sebastian Dröge

parent
46622345d1
commit
f6af8acbfe
@ -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]
|
||||
|
Reference in New Issue
Block a user