Skip to content

Commit e1fba5f

Browse files
committed
Style fix
1 parent 892b952 commit e1fba5f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

core/src/main/scala/org/apache/spark/storage/BlockManagerSlaveActor.scala

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ import org.apache.spark.storage.BlockManagerMessages._
2727
* this is used to remove blocks from the slave's BlockManager.
2828
*/
2929
private[storage]
30-
class BlockManagerSlaveActor(blockManager: BlockManager, mapOutputTracker: MapOutputTracker) extends Actor {
30+
class BlockManagerSlaveActor(
31+
blockManager: BlockManager,
32+
mapOutputTracker: MapOutputTracker
33+
) extends Actor {
3134
override def receive = {
3235

3336
case RemoveBlock(blockId) =>

0 commit comments

Comments
 (0)