1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-30 12:07:46 +00:00

test: increase coverage

This commit is contained in:
Kevin Amado 2022-02-23 16:00:54 -05:00
parent dd23c912b1
commit 07d79340ed

View file

@ -132,14 +132,6 @@ pub fn parse(
pattern.arguments.push_back(argument);
}
// /**/
children.drain_trivia(|element| match element {
crate::children::Trivia::Comment(text) => {
pattern.comments_before_curly_b_close.push_back(text);
}
crate::children::Trivia::Whitespace(_) => {}
});
// }
children.move_next();