Removed extra newlines from beginning of Java classes (#859)

The content of this PR was generated by styleguide#111.
This commit is contained in:
Tyler Veness
2018-01-02 09:17:46 -08:00
committed by Peter Johnson
parent 8346caed9c
commit eedb8910c3
113 changed files with 0 additions and 122 deletions

View File

@@ -23,7 +23,6 @@ import edu.wpi.first.wpilibj.Sendable;
* LiveWindow.
*/
public class LiveWindow {
private static class Component {
Component(Sendable sendable, Sendable parent) {
m_sendable = sendable;