Update Storage.java

This commit is contained in:
‮Zach Wilke
2022-01-28 16:14:07 -07:00
parent 5f1411b518
commit 1ceef732a2
@@ -38,6 +38,6 @@ public class Storage extends SubsystemBase {
@Override
public void periodic() {
// This method will be called once per scheduler run
manageStorage();
}
}