mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +00:00
Removed extra newlines from beginning of Java classes (#859)
The content of this PR was generated by styleguide#111.
This commit is contained in:
committed by
Peter Johnson
parent
8346caed9c
commit
eedb8910c3
@@ -17,7 +17,6 @@ import edu.wpi.first.wpilibj.DigitalOutput;
|
||||
* Connects a digital input to a digital output.
|
||||
*/
|
||||
public class DIOCrossConnectFixture implements ITestFixture {
|
||||
|
||||
private static final Logger logger = Logger.getLogger(DIOCrossConnectFixture.class.getName());
|
||||
|
||||
private final DigitalInput m_input;
|
||||
|
||||
@@ -14,7 +14,6 @@ import edu.wpi.first.wpilibj.Relay;
|
||||
* A connection between a {@link Relay} and two {@link DigitalInput DigitalInputs}.
|
||||
*/
|
||||
public abstract class RelayCrossConnectFixture implements ITestFixture {
|
||||
|
||||
private DigitalInput m_inputOne;
|
||||
private DigitalInput m_inputTwo;
|
||||
private Relay m_relay;
|
||||
|
||||
@@ -13,7 +13,6 @@ package edu.wpi.first.wpilibj.fixtures;
|
||||
* test.
|
||||
*/
|
||||
public class SampleFixture implements ITestFixture {
|
||||
|
||||
@Override
|
||||
public boolean setup() {
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user