mirror of
https://github.com/rutgersc/m3u8-rs.git
synced 2025-03-29 16:45:27 +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]
|
#[test]
|
||||||
fn empty_comment() {
|
fn empty_comment() {
|
||||||
assert_eq!(
|
assert_eq!(comment_tag(b"#\nxxx"), Result::Ok(("xxx".as_bytes(), None)));
|
||||||
comment_tag(b"#\nxxx"),
|
|
||||||
Result::Ok(("xxx".as_bytes(), None))
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
Loading…
Reference in a new issue