ran rustfmt

This commit is contained in:
Vadim Getmanshchuk 2023-11-30 22:18:32 -06:00 committed by Sebastian Dröge
parent 46622345d1
commit f6af8acbfe

View file

@ -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]