Skip to content

Commit

Permalink
unformat something
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan1522 committed Aug 20, 2024
1 parent 10739de commit 7848eea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public SwerveSetpoint generateSetpoint(
final SwerveSetpoint prevSetpoint,
ChassisSpeeds desiredState,
double dt) {
final Translation2d[] modules = moduleLocations;
final Translation2d[] modules=moduleLocations;

SwerveModuleState[] desiredModuleState = kinematics.toSwerveModuleStates(desiredState);
// Make sure desiredState respects velocity limits.
Expand Down

0 comments on commit 7848eea

Please sign in to comment.