mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Removed extra newlines after open curly braces (#935)
Generated by wpilibsuite/styleguide#115.
This commit is contained in:
committed by
Peter Johnson
parent
938d5379e6
commit
adb6098353
@@ -96,7 +96,6 @@ public class PDPTest extends AbstractComsSetup {
|
||||
*/
|
||||
@Test
|
||||
public void checkRunningCurrentForSpeedController() throws CANMessageNotFoundException {
|
||||
|
||||
/* Set the motor to full forward */
|
||||
me.getMotor().set(1.0);
|
||||
Timer.delay(2);
|
||||
|
||||
Reference in New Issue
Block a user