[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:
Prateek Machiraju
2021-03-04 11:24:05 -05:00
committed by GitHub
parent 0922f8af59
commit d6f6ceaba5

View File

@@ -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);