Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nlaverdure committed Jan 17, 2025
1 parent 64f80d3 commit 804de6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/drivetrain/Drivetrain.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
import frc.robot.Constants.AutoConstants.TranslationControllerGains;
import frc.robot.Constants.DriveConstants;
import frc.robot.Constants.RobotConstants;
import java.util.Arrays;
import frc.robot.Constants.VisionConstants;
import java.util.Arrays;
import java.util.function.BooleanSupplier;

/** Constructs a swerve drive style drivetrain. */
Expand Down

0 comments on commit 804de6b

Please sign in to comment.