Skip to content

Commit 8b35452

Browse files
author
sujithjay
committed
[SPARK-22465][Core][WIP] Scala style checks
1 parent 961e384 commit 8b35452

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/main/scala/org/apache/spark/Partitioner.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ object Partitioner {
8383
* less than and within a single order of magnitude of the max number of upstream partitions;
8484
* otherwise, returns false
8585
*/
86-
private def isEligiblePartitioner(hasMaxPartitioner: Option[RDD[_]], rdds: Seq[RDD[_]]): Boolean = {
86+
private def isEligiblePartitioner(hasMaxPartitioner: Option[RDD[_]],
87+
rdds: Seq[RDD[_]]): Boolean = {
8788
if(hasMaxPartitioner.isEmpty){
8889
return false
8990
}

0 commit comments

Comments
 (0)