mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
[build] Run Spotless formatter (NFC) (#3221)
The original PR (#2934) was created before we moved to Spotless so the formatting check was never run.
This commit is contained in:
committed by
GitHub
parent
0922f8af59
commit
d6f6ceaba5
@@ -450,7 +450,8 @@ public final class CommandScheduler implements Sendable, AutoCloseable {
|
||||
* requiring the subsystem
|
||||
*
|
||||
* @param subsystem the subsystem to be inquired about
|
||||
* @return the command currently requiring the subsystem, or null if no command is currently scheduled
|
||||
* @return the command currently requiring the subsystem, or null if no command is currently
|
||||
* scheduled
|
||||
*/
|
||||
public Command requiring(Subsystem subsystem) {
|
||||
return m_requirements.get(subsystem);
|
||||
|
||||
Reference in New Issue
Block a user