Skip to content

Commit

Permalink
Format tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Mar 18, 2024
1 parent 72c40fe commit 353e79c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public PhonemeBuilder getPhonemeBuilder() {
public RulesApplication invoke() {
this.found = false;
int patternLength = 1;
final List<Rule> rules = this.finalRules.get(input.subSequence(i, i+patternLength));
final List<Rule> rules = this.finalRules.get(input.subSequence(i, i + patternLength));
if (rules != null) {
for (final Rule rule : rules) {
final String pattern = rule.getPattern();
Expand Down

0 comments on commit 353e79c

Please sign in to comment.