Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmaxwell3 committed Sep 20, 2024
1 parent d5a109b commit 2800d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SIL.Machine.Morphology.HermitCrab/RootAllomorph.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public bool IsPattern
if (
node.Annotation.Iterative
|| (node.Annotation.Optional && node.Annotation.Type() != HCFeatureSystem.Boundary)
)
)
{
return true;
}
Expand Down

0 comments on commit 2800d5c

Please sign in to comment.