Skip to content

Commit

Permalink
make ktlint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jpothen8 authored Jan 30, 2024
1 parent 189b312 commit 7b0393c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/frc/team449/robot2024/subsystems/Pivot.kt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ open class Pivot(

motor.setVoltage(loop.getU(0))

lastProfileReference = TrapezoidProfile.State(goal, 0.0)
lastProfileReference = TrapezoidProfile.State(goal, 0.0)
}
}

Expand Down

0 comments on commit 7b0393c

Please sign in to comment.