Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmaxwell3 committed Sep 27, 2024
1 parent 29871dc commit 62beec1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/SIL.Machine.Morphology.HermitCrab/RootAllomorph.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ public RootAllomorph(Segments segments)
_segments = segments;
foreach (ShapeNode node in _segments.Shape.GetNodes(_segments.Shape.Range))
{
if (
node.Iterative
|| (node.Annotation.Optional && node.Annotation.Type() != HCFeatureSystem.Boundary)
)
if (node.Iterative || (node.Annotation.Optional && node.Annotation.Type() != HCFeatureSystem.Boundary))
{
IsPattern = true;
}
Expand Down

0 comments on commit 62beec1

Please sign in to comment.