Skip to content

Commit 5d05be7

Browse files
AndyBlackddaspit
authored andcommitted
Fix more sourc file formatting
1 parent 615ad95 commit 5d05be7

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

src/SIL.Machine.Morphology.HermitCrab/Morpher.cs

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -565,13 +565,12 @@ private bool IsWordValid(Word word)
565565
return false;
566566
}
567567

568-
Feature feature = word.ObligatorySyntacticFeatures.FirstOrDefault(
569-
f =>
570-
!ContainsFeature(
571-
word.SyntacticFeatureStruct,
572-
f,
573-
new HashSet<FeatureStruct>(new ReferenceEqualityComparer<FeatureStruct>())
574-
)
568+
Feature feature = word.ObligatorySyntacticFeatures.FirstOrDefault(f =>
569+
!ContainsFeature(
570+
word.SyntacticFeatureStruct,
571+
f,
572+
new HashSet<FeatureStruct>(new ReferenceEqualityComparer<FeatureStruct>())
573+
)
575574
);
576575
if (feature != null)
577576
{

0 commit comments

Comments
 (0)