You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ma...@apache.org on 2013/12/24 06:09:25 UTC

[8/9] git commit: Minor change for PR 277.

Minor change for PR 277.


Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/6eaa0505
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/6eaa0505
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/6eaa0505

Branch: refs/heads/master
Commit: 6eaa0505493511adb040257abc749fcd774bbb68
Parents: f977169
Author: Tathagata Das <ta...@gmail.com>
Authored: Mon Dec 23 15:55:45 2013 -0800
Committer: Tathagata Das <ta...@gmail.com>
Committed: Mon Dec 23 15:55:45 2013 -0800

----------------------------------------------------------------------
 .../scala/org/apache/spark/streaming/StreamingListenerSuite.scala  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/6eaa0505/streaming/src/test/scala/org/apache/spark/streaming/StreamingListenerSuite.scala
----------------------------------------------------------------------
diff --git a/streaming/src/test/scala/org/apache/spark/streaming/StreamingListenerSuite.scala b/streaming/src/test/scala/org/apache/spark/streaming/StreamingListenerSuite.scala
index 16410a2..fa64142 100644
--- a/streaming/src/test/scala/org/apache/spark/streaming/StreamingListenerSuite.scala
+++ b/streaming/src/test/scala/org/apache/spark/streaming/StreamingListenerSuite.scala
@@ -21,7 +21,7 @@ import org.apache.spark.streaming.scheduler._
 import scala.collection.mutable.ArrayBuffer
 import org.scalatest.matchers.ShouldMatchers
 
-class StreamingListenerSuite extends TestSuiteBase with ShouldMatchers{
+class StreamingListenerSuite extends TestSuiteBase with ShouldMatchers {
 
   val input = (1 to 4).map(Seq(_)).toSeq
   val operation = (d: DStream[Int]) => d.map(x => x)