Skip to content

Commit 453740e

Browse files
committed
space formatting
1 parent d6e6780 commit 453740e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/thealgorithms/others/ArrayRightRotation.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
* Provides a method to perform a right rotation on an array.
55
* A left rotation operation shifts each element of the array
66
* by a specified number of positions to the right.
7-
*
7+
*
88
* https://en.wikipedia.org/wiki/Right_rotation *
99
*/
1010
public final class ArrayRightRotation {
1111
private ArrayRightRotation() {
1212
}
13-
13+
1414
/**
1515
* Performs a right rotation on the given array by the specified number of positions.
1616
*

0 commit comments

Comments
 (0)