mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Clean up Java style (#5990)
Also make equivalent changes in C++ where applicable. Co-authored-by: Sriman Achanta <68172138+srimanachanta@users.noreply.github.com>
This commit is contained in:
@@ -683,9 +683,7 @@ public final class CommandScheduler implements Sendable, AutoCloseable {
|
||||
null);
|
||||
builder.addIntegerArrayProperty(
|
||||
"Cancel",
|
||||
() -> {
|
||||
return new long[] {};
|
||||
},
|
||||
() -> new long[] {},
|
||||
toCancel -> {
|
||||
Map<Long, Command> ids = new LinkedHashMap<>();
|
||||
for (Command command : m_scheduledCommands) {
|
||||
|
||||
Reference in New Issue
Block a user