aboutsummaryrefslogtreecommitdiff
path: root/bagel/src
diff options
context:
space:
mode:
authorSandeep <sandeep@techaddict.me>2014-04-10 15:04:13 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-04-10 15:11:05 -0700
commit09bf14b7357857ebbe85f60f791ab3707dc528ea (patch)
treefba70b8897f6c5ae1123e4717d8efdb4d4b0acc4 /bagel/src
parent4c9906d85b60f34e5bc0e23409a848746fe5cf96 (diff)
downloadspark-09bf14b7357857ebbe85f60f791ab3707dc528ea.tar.gz
spark-09bf14b7357857ebbe85f60f791ab3707dc528ea.tar.bz2
spark-09bf14b7357857ebbe85f60f791ab3707dc528ea.zip
Remove Unnecessary Whitespace's
stack these together in a commit else they show up chunk by chunk in different commits. Author: Sandeep <sandeep@techaddict.me> Closes #380 from techaddict/white_space and squashes the following commits: b58f294 [Sandeep] Remove Unnecessary Whitespace's
Diffstat (limited to 'bagel/src')
-rw-r--r--bagel/src/test/scala/org/apache/spark/bagel/BagelSuite.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/bagel/src/test/scala/org/apache/spark/bagel/BagelSuite.scala b/bagel/src/test/scala/org/apache/spark/bagel/BagelSuite.scala
index 9c37fadb78..69144e3e65 100644
--- a/bagel/src/test/scala/org/apache/spark/bagel/BagelSuite.scala
+++ b/bagel/src/test/scala/org/apache/spark/bagel/BagelSuite.scala
@@ -28,9 +28,9 @@ class TestVertex(val active: Boolean, val age: Int) extends Vertex with Serializ
class TestMessage(val targetId: String) extends Message[String] with Serializable
class BagelSuite extends FunSuite with Assertions with BeforeAndAfter with Timeouts {
-
+
var sc: SparkContext = _
-
+
after {
if (sc != null) {
sc.stop()