Skip to content

Commit

Permalink
remove continue
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Feb 8, 2019
1 parent 5aa7d9c commit db5cc84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/marked.js
Expand Up @@ -1519,7 +1519,6 @@ function findClosingBracket(str, b) {
i++;
} else if (str[i] === b[0]) {
level++;
continue;
} else if (str[i] === b[1]) {
level--;
if (level < 0) {
Expand Down

0 comments on commit db5cc84

Please sign in to comment.