Skip to content

Commit c465aaf

Browse files
committed
Correcting indentation.
1 parent 794a720 commit c465aaf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/src/test/scala/org/apache/spark/storage/BlockReplicationPolicySuite.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ import org.scalatest.{BeforeAndAfter, Matchers}
2525
import org.apache.spark.{LocalSparkContext, SparkFunSuite}
2626

2727
class RandomBlockReplicationPolicyBehavior extends SparkFunSuite
28-
with Matchers
29-
with BeforeAndAfter
30-
with LocalSparkContext {
28+
with Matchers
29+
with BeforeAndAfter
30+
with LocalSparkContext {
3131

3232
// Implicitly convert strings to BlockIds for test clarity.
3333
protected implicit def StringToBlockId(value: String): BlockId = new TestBlockId(value)

0 commit comments

Comments
 (0)