Skip to content

Commit

Permalink
Back change that got fixed twice.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay committed Aug 16, 2016
1 parent 209208d commit a607a73
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -75,7 +75,6 @@ private static boolean processAtomLabels(final CharIter iter, final Map<Integer,
if (c == '$') {
iter.nextIf(','); // optional
// end of atom label
iter.nextIf(','); // optional
return true;
} else {
iter.pos--; // push back
Expand Down

0 comments on commit a607a73

Please sign in to comment.