There was an error while loading. Please reload this page.
1 parent 1a860b2 commit d6cd802Copy full SHA for d6cd802
1 file changed
src/test/java/com/thealgorithms/strings/TitleCaseTest.java
@@ -30,4 +30,4 @@ public void testMultipleWords() {
30
public void testWhitespace() {
31
assertEquals(" Spaces ", TitleCase.toTitleCase(" spaces "));
32
}
33
-}
+}
0 commit comments