Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
spot less
  • Loading branch information
iamawesomecat committed Jan 23, 2024
1 parent 2774060 commit 84fcf5e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ public LauncherSubsystem() {
launcherHoodMotor = new CANSparkMax(Hardware.LAUNCHER_HOOD_MOTOR_ID, MotorType.kBrushless);
launcherAngleEncoder =
launcherAngleMotor.getAbsoluteEncoder(SparkAbsoluteEncoder.Type.kDutyCycle);
launcherHoodEncoder = launcherHoodMotor.getAbsoluteEncoder(SparkAbsoluteEncoder.Type.kDutyCycle);
launcherHoodEncoder =
launcherHoodMotor.getAbsoluteEncoder(SparkAbsoluteEncoder.Type.kDutyCycle);
launcherAnglePidController = launcherAngleMotor.getPIDController();
launcherHoodPidController = launcherHoodMotor.getPIDController();
}
Expand Down

0 comments on commit 84fcf5e

Please sign in to comment.