Skip to content

Commit c1a497d

Browse files
checkstyle fix
1 parent f8765b8 commit c1a497d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ static class Point {
2828
double x;
2929
double y;
3030

31-
public Point(double x, double y) {
31+
Point(double x, double y) {
3232
this.x = x;
3333
this.y = y;
3434
}

0 commit comments

Comments
 (0)