Skip to content

Commit 46d4361

Browse files
author
Andrew Or
committed
Various whitespace changes (minor)
1 parent 3d9bf04 commit 46d4361

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

core/src/test/scala/org/apache/spark/ExecutorAllocationManagerSuite.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class ExecutorAllocationManagerSuite
3232
extends SparkFunSuite
3333
with LocalSparkContext
3434
with BeforeAndAfter {
35+
3536
import ExecutorAllocationManager._
3637
import ExecutorAllocationManagerSuite._
3738

core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ class SparkSubmitSuite
3939
with Matchers
4040
with ResetSystemProperties
4141
with Timeouts {
42+
4243
def beforeAll() {
4344
System.setProperty("spark.testing", "true")
4445
}

core/src/test/scala/org/apache/spark/network/netty/NettyBlockTransferServiceSuite.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class NettyBlockTransferServiceSuite
2626
extends SparkFunSuite
2727
with BeforeAndAfterEach
2828
with ShouldMatchers {
29+
2930
private var service0: NettyBlockTransferService = _
3031
private var service1: NettyBlockTransferService = _
3132

core/src/test/scala/org/apache/spark/util/SizeEstimatorSuite.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ class DummyString(val arr: Array[Char]) {
5757
}
5858

5959
class SizeEstimatorSuite
60-
6160
extends SparkFunSuite
6261
with BeforeAndAfterEach
6362
with PrivateMethodTester

0 commit comments

Comments
 (0)