mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
Remove extra newlines after open curly braces (NFC) (#3471)
This commit is contained in:
@@ -12,7 +12,6 @@ import org.junit.jupiter.api.Test;
|
||||
class CommandGroupErrorTest extends CommandTestBase {
|
||||
@Test
|
||||
void commandInMultipleGroupsTest() {
|
||||
|
||||
MockCommandHolder command1Holder = new MockCommandHolder(true);
|
||||
Command command1 = command1Holder.getMock();
|
||||
MockCommandHolder command2Holder = new MockCommandHolder(true);
|
||||
|
||||
@@ -135,7 +135,6 @@ class ButtonTest extends CommandTestBase {
|
||||
|
||||
@Test
|
||||
void runnableBindingTest() {
|
||||
|
||||
InternalButton buttonWhenPressed = new InternalButton();
|
||||
InternalButton buttonWhileHeld = new InternalButton();
|
||||
InternalButton buttonWhenReleased = new InternalButton();
|
||||
|
||||
Reference in New Issue
Block a user