Skip to content

Commit

Permalink
Various whitespace changes (minor)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Or committed May 27, 2015
1 parent 69cbb24 commit 12d1e1b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class ExecutorAllocationManagerSuite
extends SparkFunSuite
with LocalSparkContext
with BeforeAndAfter {

import ExecutorAllocationManager._
import ExecutorAllocationManagerSuite._

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class SparkSubmitSuite
with Matchers
with ResetSystemProperties
with Timeouts {

def beforeAll() {
System.setProperty("spark.testing", "true")
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class NettyBlockTransferServiceSuite
extends SparkFunSuite
with BeforeAndAfterEach
with ShouldMatchers {

private var service0: NettyBlockTransferService = _
private var service1: NettyBlockTransferService = _

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ class DummyString(val arr: Array[Char]) {
}

class SizeEstimatorSuite

extends SparkFunSuite
with BeforeAndAfterEach
with PrivateMethodTester
Expand Down

0 comments on commit 12d1e1b

Please sign in to comment.