Skip to content
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.

Commit

Permalink
refactor: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
BD103 committed Feb 26, 2024
1 parent a7a4091 commit bb51846
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ abstract class AutoSpike : LinearOpMode() {
}

private fun tiles(amount: Double) = amount * tileSize

private fun tiles(amount: Int) = tiles(amount.toDouble())

private fun <T> pickTeam(
Expand Down

0 comments on commit bb51846

Please sign in to comment.