Run wpiformat (#3473)

A recent PR had an earlier version of wpiformat ran on it with more
lenient rules.
This commit is contained in:
Tyler Veness
2021-07-09 21:49:13 -04:00
committed by GitHub
parent c154e5262e
commit c002e6f926

View File

@@ -71,7 +71,6 @@ public class DoubleSolenoid implements Sendable, AutoCloseable {
}
if (module.checkAndReserveSolenoids(m_mask) != 0) {
throw new AllocationException("Solenoid(s) already allocated");
}