Skip to content

Commit 7e11ceb

Browse files
authored
Removed extra white space
1 parent 5a1c51b commit 7e11ceb

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
@@ -55,7 +55,7 @@ public static double surfaceAreaCuboid(final double length, double width, double
5555
}
5656
return 2 * (length * width + length * height + width * height);
5757
}
58-
58+
5959
/**
6060
* Calculate the surface area of a sphere.
6161
*

0 commit comments

Comments
 (0)