Skip to content

Commit 7f4d78e

Browse files
committed
[SPARK-6980] Fixed scala style checks
1 parent 287059a commit 7f4d78e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/test/scala/org/apache/spark/rpc/RpcEnvSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ abstract class RpcEnvSuite extends SparkFunSuite with BeforeAndAfterAll {
611611
assert(reply2.contains(shortTimeout.timeoutProp))
612612

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

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

0 commit comments

Comments
 (0)