From 09f873aa5adf3ea9220a5eeb8d0374cab3df22e2 Mon Sep 17 00:00:00 2001 From: Andrew Or Date: Wed, 4 Feb 2015 12:51:30 -0800 Subject: [PATCH] Fix style --- .../apache/spark/deploy/rest/SubmitRestProtocolException.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/scala/org/apache/spark/deploy/rest/SubmitRestProtocolException.scala b/core/src/main/scala/org/apache/spark/deploy/rest/SubmitRestProtocolException.scala index 77212c9f864c9..d7a0bdbe10778 100644 --- a/core/src/main/scala/org/apache/spark/deploy/rest/SubmitRestProtocolException.scala +++ b/core/src/main/scala/org/apache/spark/deploy/rest/SubmitRestProtocolException.scala @@ -33,4 +33,4 @@ private[spark] class SubmitRestMissingFieldException(message: String) * An exception thrown if the REST client cannot reach the REST server. */ private[spark] class SubmitRestConnectionException(message: String, cause: Throwable) - extends SubmitRestProtocolException(message, cause) \ No newline at end of file + extends SubmitRestProtocolException(message, cause)