mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-30 12:07:46 +00:00
test: increase coverage
This commit is contained in:
parent
dd23c912b1
commit
07d79340ed
1 changed files with 0 additions and 8 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue