Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Feb 17, 2024
1 parent ee51b0b commit d798a83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public void updateInputs(ModuleIOInputs inputs) {
if (DriverStation.isDisabled()) {
stop();
}

driveSim.update(Constants.loopPeriodSecs);
turnSim.update(Constants.loopPeriodSecs);

Expand Down

0 comments on commit d798a83

Please sign in to comment.