Skip to content

Commit 62d373e

Browse files
linter fix
Signed-off-by: JeevaRamanathan <jeevaramanathan.m@infosys.com>
1 parent 52d61c6 commit 62d373e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/thealgorithms/strings/IsogramTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ void testEmptyStringByArray() {
8989
void testEmptyStringByLength() {
9090
assertEquals(true, Isogram.isIsogramByLength(""));
9191
}
92-
}
92+
}

0 commit comments

Comments
 (0)