Skip to content

Commit

Permalink
Getting rid of my commit test nonsense
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMagicalMa committed Jan 25, 2024
1 parent 9f27657 commit a4174e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class ProtoUndertaker(
private val motor: WrappedMotor
) : SubsystemBase() {

fun intake(): Command { // lalalallal lalalallal allalalalalla
fun intake(): Command {
return this.runOnce {
motor.setVoltage(ProtoIntakeConstants.INTAKE_VOLTAGE)
}
Expand Down

0 comments on commit a4174e8

Please sign in to comment.