diff --git a/src/SIL.Machine.Morphology.HermitCrab/RootAllomorph.cs b/src/SIL.Machine.Morphology.HermitCrab/RootAllomorph.cs index 6d1544ae..464475f6 100644 --- a/src/SIL.Machine.Morphology.HermitCrab/RootAllomorph.cs +++ b/src/SIL.Machine.Morphology.HermitCrab/RootAllomorph.cs @@ -40,10 +40,7 @@ public Segments Segments /// /// Does this represent a lexical pattern (e.g. [Seg]*)? /// - public bool IsPattern - { - get; private set; - } + public bool IsPattern { get; private set; } protected override bool ConstraintsEqual(Allomorph other) {