Skip to content

Commit

Permalink
sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
tailuge committed Oct 25, 2023
1 parent e46ceee commit 6feb099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/rules/threecushion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class ThreeCushion implements Rules {
this.container = container
}

placeBall(_?: any): Vector3 {
placeBall(_?): Vector3 {
return zero
}

Expand Down

0 comments on commit 6feb099

Please sign in to comment.