Fix trailing whitespace
This commit is contained in:
parent
3859eca851
commit
786b2ca155
1 changed files with 1 additions and 1 deletions
|
@ -467,7 +467,7 @@ fn inner_parse_loop(
|
||||||
item.idx += 1;
|
item.idx += 1;
|
||||||
next_items.push(item);
|
next_items.push(item);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// We don't need a separator. Move the "dot" back to the beginning of the matcher
|
// We don't need a separator. Move the "dot" back to the beginning of the matcher
|
||||||
// and try to match again UNLESS we are only allowed to have _one_ repetition.
|
// and try to match again UNLESS we are only allowed to have _one_ repetition.
|
||||||
else if item.seq_op != Some(quoted::KleeneOp::ZeroOrOne) {
|
else if item.seq_op != Some(quoted::KleeneOp::ZeroOrOne) {
|
||||||
|
|
Loading…
Reference in a new issue