Skip to content

Commit bbff22d

Browse files
committed
Fix indentation
1 parent d11df30 commit bbff22d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,10 @@ private[spark] object FallbackStorage extends Logging {
127127
}
128128

129129
/** Register the fallback block manager and its RPC endpoint. */
130-
def registerBlockManagerIfNeeded(master: BlockManagerMaster,
131-
conf: SparkConf,
132-
hadoopConf: Configuration): Unit = {
130+
def registerBlockManagerIfNeeded(
131+
master: BlockManagerMaster,
132+
conf: SparkConf,
133+
hadoopConf: Configuration): Unit = {
133134
if (conf.get(STORAGE_DECOMMISSION_FALLBACK_STORAGE_PATH).isDefined) {
134135
master.registerBlockManager(
135136
FALLBACK_BLOCK_MANAGER_ID, Array.empty[String], 0, 0,

0 commit comments

Comments
 (0)