Skip to content

Commit 7a3d224

Browse files
committed
Fix trait ordering
1 parent 3fdb554 commit 7a3d224

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ import org.apache.spark.storage.BlockManagerMessages.BlockManagerHeartbeat
4747
import org.apache.spark.util._
4848

4949

50-
class BlockManagerSuite extends FunSuite with Matchers with BeforeAndAfter
51-
with PrivateMethodTester with ResetSystemProperties {
50+
class BlockManagerSuite extends FunSuite with ResetSystemProperties with Matchers
51+
with BeforeAndAfter with PrivateMethodTester {
5252

5353
private val conf = new SparkConf(false)
5454
var store: BlockManager = null

0 commit comments

Comments
 (0)