Skip to content

Commit bacef2e

Browse files
authored
style: use proper formatting
1 parent ddb0586 commit bacef2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77
import java.util.Scanner;
88

9-
final class RotateMatrixBy90Degrees {
9+
final class RotateMatrixBy90Degrees {
1010
private RotateMatrixBy90Degrees() {
1111
}
1212

0 commit comments

Comments
 (0)