Skip to content

Commit 2ba194b

Browse files
committed
docs: fixed format/lint issue
1 parent a305ca6 commit 2ba194b

File tree

6 files changed

+1563
-1563
lines changed

6 files changed

+1563
-1563
lines changed

game/CourseGoalZone.cs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
/// </summary>
66
public partial class CourseGoalZone : Area3D
77
{
8-
public override void _Ready()
9-
{
10-
AddToGroup("course_goal_zone");
11-
}
8+
public override void _Ready()
9+
{
10+
AddToGroup("course_goal_zone");
11+
}
1212

13-
public bool IsBallOnZone(GolfBall ball)
14-
{
15-
return ball != null && OverlapsBody(ball);
16-
}
13+
public bool IsBallOnZone(GolfBall ball)
14+
{
15+
return ball != null && OverlapsBody(ball);
16+
}
1717
}

0 commit comments

Comments
 (0)