Skip to content

Commit a1d27ad

Browse files
committed
removing annoying extra line.
1 parent a4f83ae commit a1d27ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docopt.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ bool LeafPattern::match(PatternList& left, std::vector<std::shared_ptr<LeafPatte
118118
if (!match.second) {
119119
return false;
120120
}
121-
122121

123122
left.erase(left.begin()+static_cast<ssize_t>(match.first));
124123

0 commit comments

Comments
 (0)