Skip to content

Commit bac5cd2

Browse files
committed
Remove extra empty lines
1 parent 70a67fb commit bac5cd2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

launcher/src/main/java/org/apache/spark/launcher/AbstractSparkAppHandle.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public abstract class AbstractSparkAppHandle implements SparkAppHandle {
3434
protected State state;
3535
private LauncherConnection connection;
3636
private String appId;
37-
3837
OutputRedirector redirector;
3938

4039
public AbstractSparkAppHandle(LauncherServer server, String secret) {
@@ -131,5 +130,4 @@ private synchronized void fireEvent(boolean isInfoChanged) {
131130
}
132131
}
133132
}
134-
135133
}

0 commit comments

Comments
 (0)