Skip to content

Commit 539a578

Browse files
author
Rui Li
committed
fix code style
1 parent cf0d6ac commit 539a578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/scheduler/TaskSetManager.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ private[spark] class TaskSetManager(
740740
levels.toArray
741741
}
742742

743-
//Re-compute the pending lists. This should be called when new executor is added
743+
// Re-compute the pending lists. This should be called when new executor is added
744744
def reAddPendingTasks() {
745745
logInfo("Re-computing pending task lists.")
746746
for (i <- (0 until numTasks).reverse.filter(index => copiesRunning(index) == 0

0 commit comments

Comments
 (0)