Skip to content

Commit

Permalink
Fix trait ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshRosen committed Dec 24, 2014
1 parent 3fdb554 commit 7a3d224
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ import org.apache.spark.storage.BlockManagerMessages.BlockManagerHeartbeat
import org.apache.spark.util._


class BlockManagerSuite extends FunSuite with Matchers with BeforeAndAfter
with PrivateMethodTester with ResetSystemProperties {
class BlockManagerSuite extends FunSuite with ResetSystemProperties with Matchers
with BeforeAndAfter with PrivateMethodTester {

private val conf = new SparkConf(false)
var store: BlockManager = null
Expand Down

0 comments on commit 7a3d224

Please sign in to comment.