Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenquotes.git

Reformats

AuthorDaveJarvis <email>
Date2025-03-27 17:06:13 GMT-0700
Commitde2f87d193ee34ee3d46c51a2960ba75ddc0e062
Parent23abec8
src/main/java/com/whitemagicsoftware/keenquotes/parser/QuoteEmitter.java
}
else if( match( ANY, ELLIPSIS, ANY, ANY ) ) {
- emit(QUOTE_ELLIPSIS, lex2 );
+ emit( QUOTE_ELLIPSIS, lex2 );
}
}
Delta1 line added, 1 line removed