Skip to content

Commit 76bb765

Browse files
committed
fix scalastyle
1 parent ee1f5df commit 76bb765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/scala/org/apache/spark/scheduler/TaskSchedulerImplSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1159,7 +1159,7 @@ class TaskSchedulerImplSuite extends SparkFunSuite with LocalSparkContext with B
11591159
val index = finalTsm.partitionToIndex(partitionId)
11601160
assert(finalTsm.successful(index))
11611161
}
1162-
1162+
11631163
val offers = (0 until 5).map{ idx => WorkerOffer(s"exec-$idx", s"host-$idx", 1) }
11641164
val finalAttemptLaunchedPartitions = taskScheduler.resourceOffers(offers).flatten.map { task =>
11651165
finalAttempt.tasks(task.index).partitionId

0 commit comments

Comments
 (0)