From 29871dc9095ec408dffc1737330b67ed58565bf1 Mon Sep 17 00:00:00 2001 From: John Maxwell Date: Fri, 27 Sep 2024 14:06:43 -0700 Subject: [PATCH] Fix formatting --- src/SIL.Machine.Morphology.HermitCrab/RootAllomorph.cs | 2 -- 1 file changed, 2 deletions(-) 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; } } - } ///