indentation

This commit is contained in:
aarav18
2022-03-12 20:43:36 -07:00
parent e23ad1c0b6
commit 1417118c72
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -286,7 +286,7 @@ public class RobotMap {
// public final DigitalInput beamIntake = new DigitalInput(StorageConstants.BEAM_SENSOR_INTAKE);
void configureStorageMotors() {
storageMotor.restoreFactoryDefaults();
storageMotor.restoreFactoryDefaults();
}
}
@@ -31,7 +31,7 @@ public class Hood extends SubsystemBase {
public boolean m_isHoodReady = false;
public double m_fireAngle;
public double m_fireAngle;
/** Creates a new Hood. */