ran rustfmt

This commit is contained in:
Vadim Getmanshchuk 2023-11-30 22:18:32 -06:00
parent 25657ba8c4
commit e3c5f7979e

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]