diff --git a/src/SIL.Machine.Morphology.HermitCrab/RootAllomorph.cs b/src/SIL.Machine.Morphology.HermitCrab/RootAllomorph.cs index 26b70734..d2f9868e 100644 --- a/src/SIL.Machine.Morphology.HermitCrab/RootAllomorph.cs +++ b/src/SIL.Machine.Morphology.HermitCrab/RootAllomorph.cs @@ -10,7 +10,6 @@ public class RootAllomorph : Allomorph { private readonly Segments _segments; - /// /// Initializes a new instance of the class. /// @@ -27,7 +26,6 @@ public RootAllomorph(Segments segments) IsPattern = true; } } - } ///