Skip to content

Commit

Permalink
Formatting for CodeFactor
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains committed Dec 17, 2023
1 parent 55ffdf8 commit 27cf901
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion commonItems.UnitTests/Linguistics/StringExtensionsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -555,5 +555,4 @@ public void TrimNonAlphanumericEndingReturnsCorrectValue(string str, string expe
public void TrimNonLetterEndingReturnsCorrectValueForNonAlphanumericEndings(string str, string expectedValue) {
Assert.Equal(expectedValue, str.TrimNonLetterEnding());
}

}

0 comments on commit 27cf901

Please sign in to comment.