Skip to content

Commit 0b2841e

Browse files
Fixed indentation to pass clang-format
1 parent f075515 commit 0b2841e

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
@@ -192,7 +192,7 @@ public static double surfaceAreaCone(final double radius, final double height) {
192192
}
193193
return Math.PI * radius * (radius + Math.pow(height * height + radius * radius, 0.5));
194194
}
195-
/**
195+
/**
196196
* Calculates the surface area of a pyramid with a square base.
197197
* This includes both the base and the four triangular faces.
198198
*

0 commit comments

Comments
 (0)