Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmaxwell3 authored and ddaspit committed Jan 13, 2025
1 parent d13e903 commit c304a75
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,7 @@ public void AnalyzeWord_CanAnalyzeLinear_ReturnsCorrectAnalysis()
Lhs = Pattern<Word, ShapeNode>.New().Annotation(Character(Table1, "t")).Value
};
rule1.Subrules.Add(
new RewriteSubrule
{
Rhs = Pattern<Word, ShapeNode>.New().Annotation(Character(Table1, "d")).Value,
}
new RewriteSubrule { Rhs = Pattern<Word, ShapeNode>.New().Annotation(Character(Table1, "d")).Value }
);
Morphophonemic.PhonologicalRules.Add(rule1);

Expand Down

0 comments on commit c304a75

Please sign in to comment.