Skip to content

Commit 0454ed1

Browse files
author
Marcelo Vanzin
committed
Indentation.
1 parent 1fef09d commit 0454ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/status/AppStatusStore.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ private[spark] class AppStatusStore(store: KVStore) {
6767
}
6868

6969
def executorSummary(executorId: String): v1.ExecutorSummary = {
70-
store.read(classOf[ExecutorSummaryWrapper], executorId).info
70+
store.read(classOf[ExecutorSummaryWrapper], executorId).info
7171
}
7272

7373
def stageList(statuses: JList[v1.StageStatus]): Seq[v1.StageData] = {

0 commit comments

Comments
 (0)