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 62beec1 commit ca99fe6
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 @@ -40,10 +40,7 @@ public Segments Segments
/// <summary>
/// Does this represent a lexical pattern (e.g. [Seg]*)?
/// </summary>
public bool IsPattern
{
get; private set;
}
public bool IsPattern { get; private set; }

protected override bool ConstraintsEqual(Allomorph other)
{
Expand Down

0 comments on commit ca99fe6

Please sign in to comment.