Skip to content

Commit 8272389

Browse files
committed
style: add eol
1 parent 02a47a2 commit 8272389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

valid-anagram/sm9171.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ public boolean isAnagram(String s, String t) {
2121
}
2222
return true;
2323
}
24-
}
24+
}

0 commit comments

Comments
 (0)