Skip to content

Commit 09f873a

Browse files
author
Andrew Or
committed
Fix style
1 parent 8188e61 commit 09f873a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/deploy/rest/SubmitRestProtocolException.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ private[spark] class SubmitRestMissingFieldException(message: String)
3333
* An exception thrown if the REST client cannot reach the REST server.
3434
*/
3535
private[spark] class SubmitRestConnectionException(message: String, cause: Throwable)
36-
extends SubmitRestProtocolException(message, cause)
36+
extends SubmitRestProtocolException(message, cause)

0 commit comments

Comments
 (0)