Skip to content

Commit c304a75

Browse files
jtmaxwell3ddaspit
authored andcommitted
Fix format
1 parent d13e903 commit c304a75

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/SIL.Machine.Morphology.HermitCrab.Tests/MorpherTests.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,7 @@ public void AnalyzeWord_CanAnalyzeLinear_ReturnsCorrectAnalysis()
8585
Lhs = Pattern<Word, ShapeNode>.New().Annotation(Character(Table1, "t")).Value
8686
};
8787
rule1.Subrules.Add(
88-
new RewriteSubrule
89-
{
90-
Rhs = Pattern<Word, ShapeNode>.New().Annotation(Character(Table1, "d")).Value,
91-
}
88+
new RewriteSubrule { Rhs = Pattern<Word, ShapeNode>.New().Annotation(Character(Table1, "d")).Value }
9289
);
9390
Morphophonemic.PhonologicalRules.Add(rule1);
9491

0 commit comments

Comments
 (0)