Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/java/org/jruby/ext/ripper/RipperLexer.java
Original file line number Diff line number Diff line change
@@ -1212,6 +1212,7 @@ private int yylex() throws IOException {
c = nextc();
if (c == '\n') {
spaceSeen = true;
dispatchScanEvent(Tokens.tSP);
continue;
}
pushback(c);

0 comments on commit 2d078e3

Please sign in to comment.