diff --git a/src/SIL.Machine.Morphology.HermitCrab/Morpher.cs b/src/SIL.Machine.Morphology.HermitCrab/Morpher.cs index bb66bf82..d996d9fe 100644 --- a/src/SIL.Machine.Morphology.HermitCrab/Morpher.cs +++ b/src/SIL.Machine.Morphology.HermitCrab/Morpher.cs @@ -523,7 +523,7 @@ private IEnumerable GetShapeStrings(IList nodes, CharacterDef found = true; break; } - } + } if (!found) uniqueStrReps.Add(strRep); } diff --git a/src/SIL.Machine/Annotations/Annotation.cs b/src/SIL.Machine/Annotations/Annotation.cs index 617f94f9..7292fc59 100644 --- a/src/SIL.Machine/Annotations/Annotation.cs +++ b/src/SIL.Machine/Annotations/Annotation.cs @@ -202,9 +202,7 @@ public bool ValueEquals(Annotation other) if (!IsLeaf && !_children.ValueEquals(other._children)) return false; - return _fs.ValueEquals(other._fs) - && _optional == other._optional - && Range == other.Range; + return _fs.ValueEquals(other._fs) && _optional == other._optional && Range == other.Range; } public int GetFrozenHashCode() diff --git a/src/SIL.Machine/Annotations/ShapeNode.cs b/src/SIL.Machine/Annotations/ShapeNode.cs index ad4ff111..29a9d506 100644 --- a/src/SIL.Machine/Annotations/ShapeNode.cs +++ b/src/SIL.Machine/Annotations/ShapeNode.cs @@ -50,7 +50,7 @@ public Annotation Annotation /// public bool Iterative { - get { return Annotation.Data != null; } + get { return Annotation.Data != null; } set { if (value)