Fix trailing whitespace

This commit is contained in:
Mark Mansi 2018-01-30 12:45:35 -06:00
parent 3859eca851
commit 786b2ca155

View file

@ -467,7 +467,7 @@ fn inner_parse_loop(
item.idx += 1;
next_items.push(item);
}
}
}
// 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.
else if item.seq_op != Some(quoted::KleeneOp::ZeroOrOne) {