mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +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:
@@ -22,8 +22,8 @@ public class ReplaceMeTrapezoidProfileCommand extends TrapezoidProfileCommand {
|
||||
// Use current trajectory state here
|
||||
},
|
||||
// Goal state
|
||||
() -> new TrapezoidProfile.State(),
|
||||
TrapezoidProfile.State::new,
|
||||
// Current state
|
||||
() -> new TrapezoidProfile.State());
|
||||
TrapezoidProfile.State::new);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user