Skip to content

Commit 571285b

Browse files
committed
fix indentation
1 parent ee4aa1d commit 571285b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/apache/spark/SparkFirehoseListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public final void onExecutorMetricsUpdate(
105105

106106
@Override
107107
public final void onStageExecutorMetrics(
108-
SparkListenerStageExecutorMetrics executorMetrics) {
108+
SparkListenerStageExecutorMetrics executorMetrics) {
109109
onEvent(executorMetrics);
110110
}
111111

0 commit comments

Comments
 (0)