Skip to content

Commit c372ac1

Browse files
style(strings): add missing newline at EOF in MoveHashToEnd
1 parent e8187a0 commit c372ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/strings/MoveHashToEnd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ public static String moveHashToEnd(String str) {
5353

5454
return new String(arr);
5555
}
56-
}
56+
}

0 commit comments

Comments
 (0)