Skip to content

Commit

Permalink
[SPARK-6980] Fixed scala style checks
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanCutler committed Jun 26, 2015
1 parent 287059a commit 7f4d78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/test/scala/org/apache/spark/rpc/RpcEnvSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ abstract class RpcEnvSuite extends SparkFunSuite with BeforeAndAfterAll {
assert(reply2.contains(shortTimeout.timeoutProp))

// Ask with delayed response and allow the Future to timeout before Await.result
val fut3 = rpcEndpointRef.ask[String](SleepyReply("goodbye"),shortTimeout)
val fut3 = rpcEndpointRef.ask[String](SleepyReply("goodbye"), shortTimeout)

// Allow future to complete with failure using plain Await.result, this will return
// once the future is complete to verify addMessageIfTimeout was invoked
Expand Down

0 comments on commit 7f4d78e

Please sign in to comment.