Skip to content

Commit d1c0494

Browse files
committed
Style fix
1 parent a406079 commit d1c0494

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

core/src/main/scala/org/apache/spark/shuffle/sort/SortShuffleManager.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,5 @@ private[spark] class SortShuffleManager(conf: SparkConf) extends ShuffleManager
8080
override def stop(): Unit = {
8181
shuffleBlockResolver.stop()
8282
}
83-
}
83+
}
84+

core/src/main/scala/org/apache/spark/shuffle/sort/SortShuffleWriter.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,4 @@ private[spark] class SortShuffleWriter[K, V, C](
9999
}
100100
}
101101
}
102+

0 commit comments

Comments
 (0)