Skip to content

Commit bf518cd

Browse files
change the indent
1 parent 242166b commit bf518cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class BlockManagerMasterActor(val isLocal: Boolean, conf: SparkConf, listenerBus
7474
case UpdateBlockInfo(
7575
blockManagerId, blockId, storageLevel, deserializedSize, size, tachyonSize) =>
7676
sender ! updateBlockInfo(
77-
blockManagerId, blockId, storageLevel, deserializedSize, size, tachyonSize)
77+
blockManagerId, blockId, storageLevel, deserializedSize, size, tachyonSize)
7878

7979
case GetLocations(blockId) =>
8080
sender ! getLocations(blockId)

0 commit comments

Comments
 (0)