Skip to content

Commit 4867e4a

Browse files
authored
Removed extra space
1 parent bede1b5 commit 4867e4a

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/thealgorithms/maths

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/maths/Area.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public static double surfaceAreaCube(final double sideLength) {
3535
return 6 * sideLength * sideLength;
3636
}
3737

38-
/**
38+
/**
3939
* Calculate the surface area of a cuboid.
4040
*
4141
* @param length length of the cuboid

0 commit comments

Comments
 (0)