mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
Run wpiformat (#3473)
A recent PR had an earlier version of wpiformat ran on it with more lenient rules.
This commit is contained in:
@@ -71,7 +71,6 @@ public class DoubleSolenoid implements Sendable, AutoCloseable {
|
||||
}
|
||||
|
||||
if (module.checkAndReserveSolenoids(m_mask) != 0) {
|
||||
|
||||
throw new AllocationException("Solenoid(s) already allocated");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user