Skip to content

Commit

Permalink
Automatically applied spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinskycastle authored and github-actions[bot] committed Jan 18, 2025
1 parent 5c4b4e1 commit 12420fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/constants/SWERVE.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class SWERVE {
// public static final SwerveDriveKinematics kSwerveKinematics =
// new SwerveDriveKinematics(
// ModuleMap.orderedValues(kModuleTranslations, new Translation2d[0]));

public static final Translation2d kFrontLeftPosition =
new Translation2d(kWheelBase / 2.0, kTrackWidth / 2.0);
public static final Translation2d kFrontRightPosition =
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/constants/USB.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ public final class USB {
public static final int xBoxController = 2;

public static final int testController = 3;
}
}
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/subsystems/CoralOuttake.java
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ private void updateSmartDashboard() {
SmartDashboard.putNumber("CoralOuttake/DesiredPercentOutput", m_desiredPercentOutput);
SmartDashboard.putNumber("CoralOuttake/rpmSetpoint", m_rpmSetpoint);
}

@Override
public void periodic() {
updateSmartDashboard();
Expand Down

0 comments on commit 12420fc

Please sign in to comment.