Skip to content

Commit 70b884e

Browse files
authored
Update Solution.java
1 parent 7b794aa commit 70b884e

File tree

1 file changed

+0
-1
lines changed
  • src/main/java/g0401_0500/s0478_generate_random_point_in_a_circle

1 file changed

+0
-1
lines changed

src/main/java/g0401_0500/s0478_generate_random_point_in_a_circle/Solution.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ public class Solution {
1111
private final SecureRandom random = new SecureRandom();
1212

1313
public Solution(double radius, double xCenter, double yCenter) {
14-
1514
this.radius = radius;
1615
this.xCenter = xCenter;
1716
this.yCenter = yCenter;

0 commit comments

Comments
 (0)