Removed extra newlines after open curly braces (#935)

Generated by wpilibsuite/styleguide#115.
This commit is contained in:
Tyler Veness
2018-05-15 23:57:24 -07:00
committed by Peter Johnson
parent 938d5379e6
commit adb6098353
19 changed files with 0 additions and 26 deletions

View File

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